What is the syntax to create AJAX objects?
4027
04-Sep-2014
Sumit Kesarwani
04-Sep-2014AJAX 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.