Johanvh
12-04-2003, 09:04 AM
<html>
<head>
<script language="javascript">
popup="window.open('http://www.maeselectronics.be/form/feedback.htm','Windowname',
'width=300,height=550,scrollbars=no,toolbar=no,location=no'); return false"
</script>
</head>
<body onload="popup()">
Bla bla bla
</body>
</html>
What is wrong?
When I leave the attributes it works but I want to set the size of the window.
Thanks
<head>
<script language="javascript">
popup="window.open('http://www.maeselectronics.be/form/feedback.htm','Windowname',
'width=300,height=550,scrollbars=no,toolbar=no,location=no'); return false"
</script>
</head>
<body onload="popup()">
Bla bla bla
</body>
</html>
What is wrong?
When I leave the attributes it works but I want to set the size of the window.
Thanks