How to Perform AJAX Form Validation in

Note that the third argument in the req.open call is set to ‘true’. This identifies that the request is asynchronous, meaning that it does not wait for further input from the user, and continues processing the data. 13. Adding the final two JavaScript functions Add the functions that actually process the page: function validateUserId() ................
................