|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Different window-size after log-in.
I have a log-in window which pop-ups with ex. width 200 and height 200 px. I'm was wondering if it's possible that after I got logged in that the window will be enlarged to ex. 600 x 400.
I have tried to set the second window size like this: <html STYLE="width: 600px; height: 400px; "> It doesn't work, but I have seen it done like this somewhere. Anyone? |
|
#2
|
||||
|
||||
|
You can do this with javascript: http://www.js-examples.com/example/?ex=279&mode=2
|
|
#3
|
|||
|
|||
|
Thanx for your answer. I also found out that I can do it like this:
<script language="Javascript"> window.resizeTo(800,600) </script> It only works in IE as far as I know. Another question, does anyone know if it's possible to make page1 NOT resizable and page2 resizable? In this example the login page NOT resizable, and when I get logged in this page will be resizable? |
|
#4
|
|||
|
|||
|
I dont think its possible with javascript to change the browser properties once its already open.
|
|
#5
|
|||
|
|||
|
Thanx for your answer. I have been told that from some other designers also in another forum.
EiSa |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > Different window-size after log-in. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|