Saved Bookmarks
| 1. |
What Is The Syntax To Create Ajax Objects? |
|
Answer» 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. 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. |
|