Salve ho un problema, ho creato una pagina che mi carica del codice adsense fatta in questo modo: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<style type="text/css">
html, body {
margin:0;
padding:0
}
</style>
</head><body scroll="no">
<script type="text/javascript"><!--
google_ad_client = "pub-2845512750344248";
/* 336x280, creato 11/06/08 tooltip_gallery */
google_ad_slot = "0035875155";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</body></html>
ma solo in firefox 2.0.0.14 sotto mac osx leopard mi da questo errore in error consolle:
Errore: uncaught exception:
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)
[nsIDOMScreen.width]" nsresult: "0x80004005 (NS_ERROR_FAILURE)"
location: "JS frame :: http://pagead2.googlesyndication.com/pagead/show_ads.js :: ba :: line 3" data: no]
Ho provato con safari e opera e funziona correttamente..