1. submit()
  2. locate()
  3. load()
  4. none of the mentioned
4 views

1 Answers

Answer: Option 1

It is possible for JavaScript code to script HTTP, however. 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.

4 views