How to Perform AJAX Form Validation in

req.open("GET", url, true); req.send(null);}} Since Netscape and Microsoft use different XML parsers in their browsers, the first function creates the HTTPrequest object and sets it to the appropriate type of object based on what the browser’s window environment calls for. ................
................