InterviewSolution
Saved Bookmarks
| 1. |
Which method is an alternative of the property location of a window object?(a) submit()(b) locate()(c) load()(d) write() |
|
Answer» Right choice is (a) submit() For explanation I would say: HTTP requests are initiated when a script sets the location property of a window object or calls the submit() method of a form object. In both cases, the browser loads a new page. |
|