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

Q209 How can I check where a visitor has come from?

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

<script language="JavaScript"><!--
if (document.referrer != '')
    document.write('You came from: ' + document.referrer);
//--></script>

Broken on Internet Explorer 3.

©2018 Martin Webb