![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
when my web page is opened, I want the user window to automatically resize to a size specified by me. How would I go about doing this? |
#3
| |||
| |||
|
|
when my web page is opened, I want the user window to automatically resize to a size specified by me. How would I go about doing this? |
#4
| |||
| |||
|
|
script language="JavaScript"><!-- self.moveTo(0,0) self.resizeTo(600,450) //--></script |
#5
| |||
| |||
|
|
script language="JavaScript"><!-- self.moveTo(0,0) self.resizeTo(600,450) //--></script Change moveTO and resizeTo numbers as desired bmargolas wrote: when my web page is opened, I want the user window to automatically resize to a size specified by me. How would I go about doing this? |
#6
| |||
| |||
|
|
script language="JavaScript"><!-- self.moveTo(0,0) self.resizeTo(600,450) //--></script |
#7
| |||
| |||
|
|
This will resize the CURRENT window...not usually a good idea. It'll piss some (if not many) people off. |
#8
| |||
| |||
|
|
script language="JavaScript"><!-- self.moveTo(0,0) self.resizeTo(600,450) //--></script |
|
Change moveTO and resizeTo numbers as desired |
#9
| |||
| |||
|
|
What makes you sure ... * that the user will like it? * that the new window size will fit the user's screen? * that the window will be fully visible at this place on screen? * that the user's browser will allow such crap at all? |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |