noerrorsfound
New Member
- Messages
- 1,736
- Reaction score
- 1
- Points
- 0
I am on the x10Advanced plan.
For XHTML 1.0 Strict validation, the ad code had to be slightly changed.
I only changed what was completely necessary for the code to comply with XHTML 1.0 Strict standards. Would this be acceptable?
For XHTML 1.0 Strict validation, the ad code had to be slightly changed.
Code:
<script type="text/javascript">
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:3&target=_blank");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><a href="http://x10hosting.com/advert/adclick.php?n=a915c788"><img src="http://x10hosting.com/advert/adview.php?what=zone:3&n=a915c788" alt="" /></a>
Last edited: