Latest Answer: 3) xmlHttp.open("GET","Name of Page , you are requesting",true);Can anyone explain how can I use POST method for sending data to Servlet? I want to send an object which contains all the data directly to servlet instead of GET ...
Latest Answer: Hi,In case we want to check whether an email address abc@xyz.com is already used or not with ajax, then we have to use HTTP POST, because url doesn't supports character "@" in email addresses directly. We can use HTTP GET in this case ...
Latest Answer: Ajax is primarily a client/server technology. Client nodes in the web do not typically run web servers that can respond to HTTP GET and POST requests. Since clients cannot directly communicate with each other, any distributed application developed usingAjax ...
Latest Answer: Internet Explorer uses an ActiveXObject, while other browsers uses the built-in JavaScript object called XMLHttpRequest.code: function ajaxFunction() { var xmlHttp; try { ...
Latest Answer: Java is a great fit for AJAX! You can use Java Enterprise Edition servers to generate AJAX client pages and to serve incoming AJAX requests, manage server side state for AJAX clients, and connect AJAX clients to your enterprise resources. The JavaServer ...
Latest Answer: Browsers that support AJAX are· Mozilla Firefox 1.0 and above· Netscape Version 7.0 and above· ...
View page << Previous 1 [2] 3 4 5 6 Next >>

Go Top