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· ...
Latest Answer: Synchronous Request in Ajax means javascript will stop processing your program until a result has been obtained from the server. While the request is processing, the browser is effectively frozen. The browser treats the call like an alert box or a prompt ...
View page << Previous 1 [2] 3 4 5 6 Next >>

Go Top