View Full Version : Resize the window
Jenni
02-26-2003, 02:29 AM
Can i resize the window without having a link to it? Jus simply resize the window once it is load.
joh6nn
02-26-2003, 02:33 AM
<script>
window.resizeTo(width, height);
</script>
where width and height are the respective measurements, in pixels.
Jenni
02-26-2003, 02:57 AM
Hi joh6nn,
Thks u very much for the info! It help me alot. BTW can i remove the tool bar and staus bar on top of the IE for the resize window? And can i open a new window and resize it without using the onclick function? Becos i was using asp to capture the value on a form so cannot use onclick function.
joh6nn
02-26-2003, 03:17 AM
when you open a new window, you can decide whether or not specific toolbars will be shown. once the window is open though, you can't change anything; you have to live with how it is.
to open a window, it's just
<script>
window.open(url,name,options);
</script>
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.