-
Which is not the location object method?
-
- assign()
- replace()
- reload()
- stop()
- None of these
Correct Option: B
assign(), replace(), reload() are the location object methods. A new document is loaded by calling assign() method. The current document is replaced by the new one by calling replace() method. Current document is reloaded by reload() method.