Z
Zoury
Hi there! :O)
I'm looking for way to set the size of a webform. It would like it to work
similarly to the ScaleHeight and ScaleWidth properties in VB. Those
properties actually set the size of the working area *in* the form,
excluding the window frame and toolbars et menus.
I've tried this :
<script language="javascript">window.resizeTo(300, 400)</script>
but it set the window size to 300 x 400 regardless of the frame, toolbars
and menus dimension...
I would also like to make the webform unsizable and modal if possible... is
there a way?
any help would be much appreciated :O)
I'm looking for way to set the size of a webform. It would like it to work
similarly to the ScaleHeight and ScaleWidth properties in VB. Those
properties actually set the size of the working area *in* the form,
excluding the window frame and toolbars et menus.
I've tried this :
<script language="javascript">window.resizeTo(300, 400)</script>
but it set the window size to 300 x 400 regardless of the frame, toolbars
and menus dimension...
I would also like to make the webform unsizable and modal if possible... is
there a way?
any help would be much appreciated :O)