ciao a tutti,
ho un problema con uno script Java per il mio sito:
ho una mappa immagine e da una sua porzione si deve aprire un link ad una pagina in una finestra che deve essere 450x900px.
ho inserito lo script nella head

<script type="text/javascript" language="JavaScript">
<!--
function winOpen(URL, windowName, width, height, left, top, resizable, location, menubar, scrollbars, status, toolbar, directories){
var windowFeatures;
windowFeatures = '';
if (width != '')
windowFeatures = windowFeatures+'width='+width+',';
if (height != '')
windowFeatures = windowFeatures+'height='+height+',';
if (left != '')
windowFeatures = windowFeatures+'left='+left+',';
if (top != '')
windowFeatures = windowFeatures+'top='+top+',';
if (resizable)
windowFeatures = windowFeatures+'resizable,';
if (location)
windowFeatures = windowFeatures+'location,';
if (menubar)
windowFeatures = windowFeatures+'menubar,';
if (scrollbars)
windowFeatures = windowFeatures+'scrollbars,';
if (status)
windowFeatures = windowFeatures+'status,';
if (toolbar)
windowFeatures = windowFeatures+'toolbar,';
if (directories)
windowFeatures = windowFeatures+'directories,';
window.open(URL, windowName, windowFeatures);
}
//-->
</script>

e poi nel body


<map name="Map" id="Map">
<area shape="rect" coords="0,116,263,377" href="javascript:void(0)" onclick="winOpen('per_sempre.html', 'Per Sempre', '450', '900', '280', '0', false, false, false, false, false, false, false);return false;" />
</map>

o meglio, mi hanno suggerito di farlo visto che io non so niente di java.
il problema è che però non funziona con IE8..
avete una risposta per me?
grazie mille!!

P.S: se volete vedere la pagina online è www.emmebiwedding.it/servizi.html che deve aprire la pagina per_sempre.html