Vidyalelo
JavaScript · Q142

Document Object Model And Event Handling

Programming · JavaScript · question 142

Q142

Which method is an alternative of the property location of a window object?

A.
submit()
Answer
B.
locate()
C.
load()
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
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.