mi hanno passato questa pagina da mettere in un sito che carica dinamicamente banner
il problema è che non mi funziona in explorer ma solo in mozilla
qualcuno mi sa dire perchè?
in explorer vedo una pagina bianca
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>banner_A_small</title>
<script language='JavaScript' type='text/javascript' src='http://ads.miosito.it/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://ads.leditore.it/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:27");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
</script>
</head>
<body>
</body>
</html>