Fejl i pop up!
Jeg har indsat denne kode i <head><script language="JavaScript">
<!-- Gem koden for gamle browsere
function PopWin(url,h,w) { var ww = 480, wh = 340, leftPos = null, topPos = null;
IE=(document.all)?true:false;
var wh = (IE)?document.body.clientHeight : window.innerHeight;
var ww = (IE)?document.body.clientWidth : window.innerWidth;
if (top.screen){
if (screen.width){
leftPos = Math.round((ww-w-10)/2);
topPos = Math.round((wh-h-29)/2);
} else {
leftPos = 50
topPos = 50
}
}
popupWin = window.open(url, 'popup', 'scrollbars,height=' + h + ',width=' + w + ',top=' + topPos + ',left=' + leftPos + '')
}
// -->
</script>
og denne i <body>
<select name=menu size="1" onChange="if (this.options[this.selectedIndex].value != '') { location.href = this.options[this.selectedIndex].value; };" style="font-family: verdana; font-size: 11px; background-color: #E7E6E3; font-weight: none; color: #000000;">
<option>Vælg din Formular - Klik her!
<option>
<option value="java script:PopWin('http://www.minside.dk',500,650);">Min hjemmeside</a></option>
</select>
Men der står bare "Der opstod en fejl på siden" når man prøver at åbne - Men på min ejen computer, virker det fiint nok??
.::Michael::.