W
webgour
Hello,
Using ie6 I open a popup with:
<a href="#"
onclick="javascript:window.open('TESTPOPUP.HTML','POPUP','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbar=0,scrollbars=0,resizable=0,copyhistory=0,width=800,height=500,left=50,top=50');return
false;">TESTPOPUP</a>
Within the popup ('TESTPOPUP.HTML') I try to resize the window using :
<body onload="self.resizeTo(640,360);"></body>
However this gives me a popup window of pixel size 630x311 instead of
640x360
expected, How come??
Thanks.
Using ie6 I open a popup with:
<a href="#"
onclick="javascript:window.open('TESTPOPUP.HTML','POPUP','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbar=0,scrollbars=0,resizable=0,copyhistory=0,width=800,height=500,left=50,top=50');return
false;">TESTPOPUP</a>
Within the popup ('TESTPOPUP.HTML') I try to resize the window using :
<body onload="self.resizeTo(640,360);"></body>
However this gives me a popup window of pixel size 630x311 instead of
640x360
expected, How come??
Thanks.