View Single Post
Old 2009-03-18, 12:16 AM   #21
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
Quote:
Originally Posted by MrMaryLou View Post
Lots of your receipt links are blind they must have the name of the link list in them. Also your using private whois and thats a not allowed for non trusted submitters http://www.link-o-rama.com/greenguy/therules.htm
He's using a big chunk of Javascript too.
Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
var agt=navigator.userAgent.toLowerCase();
var is_major=parseInt(navigator.appVersion);
var is_minor=parseFloat(navigator.appVersion);
var is_nav=((agt.indexOf('mozilla')!=-1)&&(agt.indexOf('spoofer')==-1)&&(agt.indexOf('compatible')==-1) && (agt.indexOf('opera')==-1)&&(agt.indexOf('webtv')==-1));
var is_ie=(agt.indexOf('msie')!=-1);
if(is_ie){var agt_ie=agt.substring(agt.indexOf('msie')+5); is_major=parseInt(agt_ie); is_minor=parseFloat(agt_ie);}
var is_dom2=(document.getElementById);
// Browser detect
if( is_minor < 3.5 )
   alert( "This page will not function properly in your browser.\n\nYour browser is very old.  Please upgrade your browser to version 4 or later.\n\nOr request the webmaster (of this page) to change their browser compatibility setting in Cool Page to version 3 browsers." );
else
{
   if( is_nav && is_minor < 5.0 )
      window.location.replace( 'index_nn4.html' + window.location.search );
}

function Link3Dize()
{
   if( confirm( "This page created with Cool Page Standard.\n\nDownload your own FREE copy of Cool Page?" ) )
   ( "http://3Dize.com/?aid=PgMadeWithCP", "3Dize" );
   return true;
}
//-->

</SCRIPT>
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote