Ajax

Simple Ajax

Posted on May 29, 2008. Filed under: Ajax |

Simple Ajax Example
function xmlhttpPost(strURL) {
var xmlHttpReq = false;
var self = this;
// Mozilla/Safari
if (window.XMLHttpRequest) {
self.xmlHttpReq = new XMLHttpRequest();
//self.xmlHttpReq.overrideMimeType(“text/xml”);
}
[...]

Read Full Post | Make a Comment ( 2 so far )

Liked it here?
Why not try sites on the blogroll...