Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~463 People Reached
Favorite Forums
Favorite Tags
Member Avatar for i_M_patil

<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <%@ page import="java.util.*" %> <%@ page import="java.io.*" %> <html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script> <script src="http://www.jquery4u.com/scripts/function-demos-script.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>OSM L1 operations</title> <script> function emailValidate() { email = document.getElementById("HLR_STATUS_MSISDN").value; $.ajax({ url : "GetOSMStatus1?txtname="+email, success : function (data) …

Member Avatar for i_M_patil
0
215
Member Avatar for raul8

Using Ajax after an year...please tell me what I'm missing: JSP/Ajax File: [CODE]<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> <script type="text/javascript"> function login() { var xmlhttp; var username = document.getElementById('username').value; var queryString = "username="+username; …

Member Avatar for i_M_patil
0
248