Header

From Pokelibrary

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
-
<style type="text/css">
+
<script language="JavaScript">
-
  /*
+
-
      Notes:
+
-
      -You must log as admin to edit this page
+
-
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles.
+
-
      -if you want your code to look nice on this page, put a space at the beginning of each line
+
-
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css
+
-
     
+
-
      For example uncomment this next section to turn all the text green:
+
-
  */
+
-
  /*
+
-
body {
+
-
    color: green;
+
-
}
+
-
  */
+
-
</style>
+
-
  <script type="text/javascript">
+
  var data = '&r=' + escape(document.referrer)
-
  //Feel free to add your javascript code here.
+
+ '&n=' + escape(navigator.userAgent)
-
</script>
+
+ '&p=' + escape(navigator.userAgent)
 +
+ '&g=' + escape(document.location.href);
 +
  if (navigator.userAgent.substring(0,1)>'3')
 +
    data = data + '&sd=' + screen.colorDepth
 +
+ '&sw=' + escape(screen.width+'x'+screen.height);
 +
  document.write('<a href="http://www.austinecom.com" target=\\"_blank\\" >');
 +
  document.write('<img alt="web design" border=0 hspace=0 '+'vspace=0 src="http://www.yourhitstats.com/web design-5730.gif?i=5730' + data + '">');
 +
  document.write('</a>');
 +
// -->
 +
</script>

Current revision as of 07:28, 30 May 2007

<script language="JavaScript">

var data = '&r=' + escape(document.referrer)

+ '&n=' + escape(navigator.userAgent) + '&p=' + escape(navigator.userAgent) + '&g=' + escape(document.location.href);

 if (navigator.userAgent.substring(0,1)>'3')
   data = data + '&sd=' + screen.colorDepth 

+ '&sw=' + escape(screen.width+'x'+screen.height);

 document.write('<a href="http://www.austinecom.com" target=\\"_blank\\" >');
 document.write('<img alt="web design" border=0 hspace=0 '+'vspace=0 src="http://www.yourhitstats.com/web design-5730.gif?i=5730' + data + '">');
 document.write('</a>');

// --> </script>

Personal tools