Problem with the <noscript>...</noscript> section of the ads code

Status
Not open for further replies.

mygalleries

New Member
Messages
64
Reaction score
0
Points
0
I just notice that when Javascript is not enabled, the x10hosting ad for the Advanced plan does not show up...

Here's the code I got from the official package ads.zip for the Advanced plan:
<script language='JavaScript' type='text/javascript' src='http://x10hosting.com/advert/adx.js'></script>
<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://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
document.write ("&amp;what=zone:3&amp;target=_blank");
document.write ("&amp;exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&amp;referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://x10hosting.com/advert/adclick.php?n=a915c788' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:3&amp;n=a915c788' border='0' alt=''></a></noscript>

Well, the portion between <noscript> and </noscript> does not show up or generate anything. Can someone please take a look. Maybe you guys can try to disable your Browser's Javascript and reload one of your pages with the x10hosting ad code. Please let me know if it works for you or not.

Thanks!!


- MyGalleries
mygalleries.x10hosting.com
 
Status
Not open for further replies.
Top