Problem m. Fullscreen popup script
Kan dette FULLSCREEN popup script modificeres til at virke for NS6 og Mozilla?Eller nogen der ligger inde med et bedre crossbrowser script?
<SCRIPT LANGUAGE="JavaScript">
function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,screenX=0,top=0,screenY=0,fullscreen');
}
</script>
<a href="java script:void(0);" onClick="fullScreen('mainplus.html');"><img src="enter.jpg" border="0"></a>
