home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- How the user got to your page
- </ccTitle>
- <ccCategory>
- Browser
- </ccCategory>
- <ccDescription>
- This script tells the user where he came from and what browser and operating system they are using.
- </ccDescription>
- <ccInstructions>
- You can change the Font color, size, and text of the message if you wish.
- </ccInstructions>
- <ccHeadContent>
- </ccHeadContent>
- <ccBodyContent>
- <center><script language="javascript">
- <!--
- var where = document.referrer
- var name = navigator.appName
- var vers = navigator.appVersion
-
- document.write("<FONT COLOR=black><FONT SIZE=2>...and you came here via <BR>"+where+" <BR> "+name+" "+vers+"<BR></FONT></FONT>")
- // -->
-
- </script></center>
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>