From the current browser window, how to change the URL of the browser window which opened this current window ?

  1. window.parent.location='newpage.html'

  2. window.top.location='newpage.html'

  3. window.opener.location='newpage.html'

  4. Cannot be done


Correct Option: C

Find more quizzes: