Can anyone give me an example of how to resize the height and width of the browser window?
Resize Browser Window
Started by
Guest_NeedHelp_*
, May 05 2006 09:48 AM
1 reply to this topic
#1
Guest_NeedHelp_*
Posted 05 May 2006 - 09:48 AM
Guest_NeedHelp_*
|
|
|
#2
Posted 06 May 2006 - 06:48 AM
<script language="JavaScript">
<!--
// This will resize the window when it is opened or
// refresh/reload is clicked to a width and height of 500 x 500
// with is placed first, height is placed second
window.resizeTo(500,500)
-->
</script>
Taken from http://www.codeave.c....asp?u_log=7065
<!--
// This will resize the window when it is opened or
// refresh/reload is clicked to a width and height of 500 x 500
// with is placed first, height is placed second
window.resizeTo(500,500)
-->
</script>
Taken from http://www.codeave.c....asp?u_log=7065


Sign In
Create Account

Back to top










