Question:You want to ascertain the page from which the user has navigated to the current page. How would you accomplish this?
A It is not possible in JavaScript. This can be done only through server side scripting
B Use document.referrer property
C Use the window object
D None of the above
+ AnswerB
+ Report