InterviewSolution
Saved Bookmarks
| 1. |
Show me, how will you create AJAX objects? |
|
Answer» We can CREATE AJAX objects by USING the following syntax: var ajax= New ajaxObject('page PATH')Here the 'page path' is the URL used for the object to call. The URL must be of the same domain as the WEBPAGE. |
|