Salve a tutti.
Ho il seguente codice:
<head>
<title>Emptypage</title>
<style type="text/css">
@import url("emptystyle.css");
</style>
<script>
function avanti() {
document.form1.azione.value="avanti";
document.form1.submit();
}
function indietro() {
document.form1.azione.value="indietro";
document.form1.submit();
}
function collegamento(valore) {
document.form1.frame.value=0;
document.form1.galleria.value=valore;
document.form1.submit();
}
function popup(valore,width,height)
{
document.form1.galleriadett.value=valore;
window.open('dettaglio.php?galleriadett='+valore,' ','width ='+width+',height='+height+',left=1,top=1 scrollbars=0');
//this.form1.action="dettaglio.php";
//this.form1.target="_blank";
//this.form1.submit();
}
</script>
</HEAD>
grazie ciao.
.
.
.
e:
[img].$src.[/img]
in mozzilla funziona ma in explorer no!!