Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q828 How can I tell where my visitor has come from?

You are here: irt.org | FAQ | JavaScript | Referrer | Q828 [ previous next ]

Try:

<SCRIPT LANGUAGE="JavaScript"><!--
alert(document.referrer);
//--></SCRIPT>

The referrer property is broken in Microsoft Internet Explorer 3.

©2018 Martin Webb