Hello,
I made a script (Javascript) that opens a new (popup)window. I did that with the following statement:
<html>
<head>
<title>
script test
</title>
<script language="javascript">
<!--
function newWindow()
{
myWin=window.open('}
// -->
</script>
</head>
<body>
<form>
<input type="button" value="Open" onClick="newWindow()">
</form>
</body>
</html>
In Internet Explorer everything is oke. The window had the specified width en height. But when I tested this in Netscape 4.x the window was full screen. X-)
What am I doing wrong? How can I make it possible to open the window in Netscape with the specified width en height?
Greetz, Ute.
I made a script (Javascript) that opens a new (popup)window. I did that with the following statement:
<html>
<head>
<title>
script test
</title>
<script language="javascript">
<!--
function newWindow()
{
myWin=window.open('}
// -->
</script>
</head>
<body>
<form>
<input type="button" value="Open" onClick="newWindow()">
</form>
</body>
</html>
In Internet Explorer everything is oke. The window had the specified width en height. But when I tested this in Netscape 4.x the window was full screen. X-)
What am I doing wrong? How can I make it possible to open the window in Netscape with the specified width en height?
Greetz, Ute.