Ciao a tutti,
ho un problema con dei javascript che visualizzano dei pop-up, questo è il codice con i javascript:
<script language="JavaScript">
<!-- Hide the script from old browsers --
function openNewWin1() {
msgWindow=window.open('altramacchina.htm' ,'toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 0,resizable= 0,copyhistory= 0,width=408,height=363');
}
function openNewWin2() {
msgWindow=window.open('lastra.htm' ,'toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 0,resizable= 0,copyhistory= 0,width=408,height=315');
}
function openNewWin3() {
msgWindow=window.open('lastrapc.htm' ,'toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 0,resizable= 0,copyhistory= 0,width=407,height=391');
}
function openNewWin4() {
msgWindow=window.open('polim.htm' ,'toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 0,resizable= 0,copyhistory= 0,width=400,height=388');
}
function openNewWin5() {
msgWindow=window.open('pagmappa.htm' ,'toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 0,resizable= 0,copyhistory= 0,width=450,height=330');
}
function openNewWin6() {
msgWindow=window.open('pagorari.htm' ,'toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 0,resizable= 0,copyhistory= 0,width=300,height=240');
}
// finish hiding -->
</script>
DOPODICHE C'E' IL BODY.
E QUESTE SONO LE IMMAGINI CHE DEVONO ESSERE VISUALIZZATE.
<div id="altramacchina" style="position:absolute; left:219px; top:249px; width:140px; height:116px; z-index:34"><A HREF="javascript: openNewWin1 ()"><img src="img/imgsito/altramacchina_min.jpg" width="140" height="116"></A></div>
<div id="lastra" style="position:absolute; left:407px; top:250px; width:140px; height:116px; z-index:35"><A HREF="javascript: openNewWin2 ()"><img src="img/imgsito/lastra_ok_min.jpg" width="140" height="116"></A></div>
<div id="lastrapc" style="position:absolute; left:302px; top:382px; width:140px; height:116px; z-index:36"><A HREF="javascript: openNewWin3 ()"><img src="img/imgsito/lastra_pc_01_min.jpg" width="140" height="116"></A></div>
<div id="polimerizzatore" style="position:absolute; left:591px; top:251px; width:140px; height:116px; z-index:37"><A HREF="javascript: openNewWin4 ()"><img src="img/imgsito/polimerizzatore_01_min.jpg" width="140" height="116"></A></div>
<div id="txtdovesiamo" style="position:absolute; left:576px; top:212px; width:110px; height:19px; z-index:26">
<div align="center"><b><font color="#FFFF33" face="Courier New, Courier, mono" size="4" class="menus"><A HREF="javascript: openNewWin5 ()">DOVE SIAMO</A></font></b> </div>
<div id="txtorari" style="position:absolute; width:48px; height:19px; z-index:25; left: 382px; top: 214px">
<div align="center"><font size="2"><b><font size="3" color="#FFFF33" face="Courier New, Courier, mono" class="menus"><A HREF="javascript: openNewWin6 ()">ORARI</A></font></b></font></div>
Ora spiego il problema...quando faccio l'anteprima con Dreamweaver, i pop-up si comportano in maniera corretta se chiudo un pop-up prima di aprirne un altro, però se apro le immagini una dietro l'altra, l'immagine visualizzata è quella giusta, ma il pop-up, invece che cambiare dimensioni (perché ogni immagine ha dimensioni diverse), rimane con le dimensioni della prima immagine, quindi alcune immagini vengono tagliate o con bianconella finestra. Spero sia riuscito a spiegarmi. Comunque per maggiore chiarezza lascio il link al sito.