Forum Moderators: open
Here is some code used on the page:
<script language='JavaScript' 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://ads.blah.com/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:x");
document.write ("&exclude=" + document.phpAds_used);
if (document.referer)
document.write ("&referer=" + escape(document.referer));
document.write ("'><" + "/script>");
//-->
</script>
<noscript>
<a href='http://blah.com?n=x!' target='_blank'>
<img src='blah' border='0' alt=''>
</a>
</noscript>
Is there a way of making this work? Or is the downfall on Microsoft's side?