Which method is an alternative of the property location of a window object?
(a) submit()
(b) locate()
(c) load()
(d) write()
(a) submit()
(b) locate()
(c) load()
(d) write()
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.