Trovato!
Nel file http://www.andreamontepaone.com/andr...scografia.html
codice:
<script type="text/javascript">
var GB_ROOT_DIR = "http://www.siatec.net/andrea/archivio/andreamontepaone2/greybox/greybox/";
</script>
Non si può! (cross-site scripting)
dovrebbe, a mio avviso, essere:
codice:
<script type="text/javascript">
var GB_ROOT_DIR = "http://www.andreamontepaone.com/andreamontepaone2/greybox/greybox/";
</script>
Poi anche, verso la fine dell'HEAD (attento, ho numerato le righe di codice):
codice:
<script type="text/javascript" src="greybox/greybox/AJS.js"></script>
15<script type="text/javascript" src="greybox/greybox/AJS_fx.js"></script>
16<script type="text/javascript" src="greybox/greybox/gb_scripts.js"></script>
17<link href="greybox/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
18
19<script type="text/javascript">
20 var GB_ROOT_DIR = "http://www.siatec.net/andrea/archivio/andreamontepaone2/greybox/greybox/";
21</script>
22<script type="text/javascript" src="greybox/greybox/AJS.js"></script>
23<script type="text/javascript" src="greybox/greybox/AJS_fx.js"></script>
24<script type="text/javascript" src="greybox/greybox/gb_scripts.js"></script>
25<link href="greybox/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
26</head>
Non ti sembra che le righe 15,16,17 siano uguali alle 22,23 e 24?
Perchè?
HTH
Zappa