una pagina del mio sito in html ke contiene javascript e css esterni, quando la apro con firefox mi partesenza problemi...
...aprendola con explorel nn me la apre proprio...
...ho provato anke a mettere <noscript> ma nn cambia...
il codice sorgente è questoCodice HTML:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//IT"> <html> <head> <script type="text/javascript"> <!-- function apri(img) { finestra = open("","","toolbars=no,resizable=yes"); testo="<html><body style='margin:0px;'><table border=0 width=100% height=100% cellspacing=0 cellpadding=0><tr><td align=center><img src='" +img +"' onload='self.resizeTo(document.images[0].width+100, document.images[0].height+100); return true;'></td></tr></table></body></html>"; finestra.document.write(testo); finestra.document.close(); } //--> </script> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" > <title>Foto in Lombardia</title> <link rel="stylesheet" type="text/css" href="http://myfoto.altervista.org/css-javascript/niftyCorners.css"> <link rel="stylesheet" type="text/css" href="http://html.it/articoli/esempi/articoli_pro/nifty/niftyPrint.css" media="print"> <script type="text/javascript" src="http://myfoto.altervista.org/css-javascript/nifty.js"></script> <script type="text/javascript" src="http://myfoto.altervista.org/css-javascript/colore-angoli-div.js"></script> <link rel="stylesheet" type="text/css" href="http://myfoto.altervista.org/css-javascript/stile-regioni.css" /> </head> <body leftmargin="0" topmargin="0" lang="it" text="white" link="red" alink="white" vlink="white" > <div align="center" id="nifty"> <table width="800" class="tab1" > <tr> <td width="800"> <a href="http://www.myfoto.altervista.org/fotohtml/foto.html"> <img src="http://myfoto.altervista.org/_foto/1.jpg" width="45%" height="45%" > </a> <br> <div align="center"> <table bgcolor="black" class="tab2" > <caption> <h1><br>Clicca sull'immagine da visualizzare<br></h1> </caption> <tr> <td width="300" align="center"><br> <a href="Javascript:void(0);" onclick="apri('http://myfoto.altervista.org/fotohtml/regioni/_foto/barbellino.JPG')"> <img src="http://myfoto.altervista.org/fotohtml/regioni/_foto/barbellino.JPG" width="50%" height="50%"> </a> </td> <td width="300" align="center"><br> <a href="Javascript:void(0);" onclick="apri('http://myfoto.altervista.org/fotohtml/regioni/_foto/crocus_farno.JPG')"> <img src="http://myfoto.altervista.org/fotohtml/regioni/_foto/crocus_farno.JPG" width="60%" height="60%"> </a> </td> </tr> <tr> <td width="300" align="center"><br><br> <a href="Javascript:void(0);" onclick="apri('http://myfoto.altervista.org/fotohtml/regioni/_foto/diga-gleno.jpg')"> <img src="http://myfoto.altervista.org/fotohtml/regioni/_foto/diga-gleno.jpg" width="60%" height="60%"> </a> </td> <td width="300" align="center"><br><br> <a href="Javascript:void(0);" onclick="apri('http://myfoto.altervista.org/fotohtml/regioni/_foto/panorama-pizzo-diavolo.JPG')"> <img src="http://myfoto.altervista.org/fotohtml/regioni/_foto/panorama-pizzo-diavolo.JPG" width="50%" height="50%"> </a> </td> </tr> <tr> <td width="300" align="center" colspan="2"><br><br> <a href="Javascript:void(0);" onclick="apri('http://myfoto.altervista.org/fotohtml/regioni/_foto/pizo-strinato.jpg')"> <img src="http://myfoto.altervista.org/fotohtml/regioni/_foto/pizo-strinato.jpg" width="25%" height="25%"> </a> </td> </tr> </table> </div> <p align="center"> <a href="http://www.myfoto.altervista.org/fotohtml/foto.html"> <button> <font size="3">Home Page</font> </button> </a> </p> </td> </tr> </table> </div> </body> </html>
e la pagina è questa http://myfoto.altervista.org/fotohtm...lombardia.html
grazie in anticipo :D
[DS] Usa il tag HTML, non il tag QUOTE, quando riporti ampi stralci di codice: si legge meglio... e non esce un post kilometrico ;-)

LinkBack URL
About LinkBacks
