Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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

irt.org | Knowledge Base | JavaScript | Referrer | Q209 [ previous next ]

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

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

Broken on Internet Explorer 3.


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 6th July 2009. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2009 irt.org, All Rights Reserved.