Script Categories













User Details >>> Referrer.

It's always fun to show how good you are with JavaScript. This script will show where the visitor came from.

The referrer info is only printed out when you follow a link to the page with this script on it!

Add the below code to the <body> section of your page:

<script language="javascript" type="text/javascript">      
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
if (document.referrer) {
document.write("<B>Thanks for visiting us from ");
document.write(document.referrer+"</B><br>");
}
// End -->
</script>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©