Describe how to create AJAX objects.var myObj = new ajaxObject('http://www.abc.com');
Ajax Objects can be created by the following syntax:
Var ajax= New ajaxObject(‘page path’). Here page path is the URL you want the Object to call. The URL must be of the same domain as the webpage.
|