<html> <body> <p>The referrer of a document is the URL of the document that linked to a document.</p> The referrer of this document is: <script type="text/javascript"> document.write(document.referrer) </script> <p>In this case it is a frame page that is linking to this document. IE returns the URL of the frame page and Netscape returns the URL of the document linking to this document.</p> </body> </html>
Edit the text above, and click on the button to see the result
Copyright © 2007-2008, Www.JavaBasics.We.Bs All rights reserved.