Home » HTML » Html miscellaneous » Question
  1. Which is not the location object method?
    1. assign()
    2. replace()
    3. reload()
    4. stop()
    5. 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.



Your comments will be displayed only after manual approval.