What is the syntax to create AJAX objects?
Ask by Sumit Kesarwani
Updated 22 Sep 2020
AJAX uses the following syntax to create an object:
var myobject = new AjaxObject("page path");
The page path is the URL of the Web page containing the object that you want to call. The URL must be of the same domain as the Web page.