
November 15th, 2004, 03:43 PM
|
|
Contributing User
|
|
Join Date: May 2004
Location: portland oregon usa
Posts: 50
Time spent in forums: 1 h 18 m 22 sec
Reputation Power: 5
|
|
|
open new window and resize parent on click
Hi there.
I'm working on a site where when the user clicks the button, a new window pops up at 880x530, and the parent window is resized to the vert and horiz limits of the user's screen.
I have set up a cs action which resizes the window to 1200x900, so really I'm looking for a way to alter it to reflect 100% of screen width and height:
PHP Code:
<csaction name="BDBE62743" class="ResizeWindow" type="onevent" val0="1200" val1="900"></csaction>
thanks very much.
p
|