Merlin
08-21-2002, 05:31 AM
Is it possible to make it so that when you open a page, it will automatically resize itself to specied height and width?
I tried
function openWindow(){
window.close();
window.open(URL,"","width=300 height=600");
}
<body onLoad="openWindow()">
but for some reason, when i visit the page, it asks me if its ok to rezise the window. I really need to avoid that if possible.
Thanks.
I tried
function openWindow(){
window.close();
window.open(URL,"","width=300 height=600");
}
<body onLoad="openWindow()">
but for some reason, when i visit the page, it asks me if its ok to rezise the window. I really need to avoid that if possible.
Thanks.