Ich habe folgenden quelltext für ein window:
<SCRIPT LANGUAGE="JavaScript">
<!--
function diktum1()
{
var winA = window.open('', 'MyWindow', toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=1,width=550,height=750);
var winB = window.open('http://www.diktum/heft1/start.html', 'MyWindow');
}
//-->
</SCRIPT>
funzt in IE auch, aber netscape macht das window zu gross und nicht resizeable, wo ist der Fehler?
<SCRIPT LANGUAGE="JavaScript">
<!--
function diktum1()
{
var winA = window.open('', 'MyWindow', toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=1,width=550,height=750);
var winB = window.open('http://www.diktum/heft1/start.html', 'MyWindow');
}
//-->
</SCRIPT>
funzt in IE auch, aber netscape macht das window zu gross und nicht resizeable, wo ist der Fehler?