Hi -
I just want to resize a window to a particular dimension, say 100 x 100 pixels. When I use this code, it doesn't do anything. According to the status bar at the bottom of Internet Explorer, it says, "Error on page".
Here's the code:
<html>
<body>
<a href="#" onClick="window.open('index.htm','width=100,height=100'); return false;">
<font color="#000000" face="Arial Narrow" size="2">
Hello</font></a>
</body>
</html>
Can anyone shed some light? Thank you in advance!
-DVD Girl
I just want to resize a window to a particular dimension, say 100 x 100 pixels. When I use this code, it doesn't do anything. According to the status bar at the bottom of Internet Explorer, it says, "Error on page".
Here's the code:
<html>
<body>
<a href="#" onClick="window.open('index.htm','width=100,height=100'); return false;">
<font color="#000000" face="Arial Narrow" size="2">
Hello</font></a>
</body>
</html>
Can anyone shed some light? Thank you in advance!
-DVD Girl