Open new window with Behaviors

D

DJassist

I have finally figured out how to open a minimized window within a web page,
which works perfectly. What I would like to do is to position the window in
a specific place on the page when it opens. Could someone direct me here?
Thanks!
 
S

Steve Easton

You need to add the x and y position to the string that is used to open the window.

"left=20px"+",top=20px"

Will open the window 20 pixels from the left and 20 pixels from the top of the screen.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
D

DJassist

Many thanks, Steve!

Steve Easton said:
You need to add the x and y position to the string that is used to open the window.

"left=20px"+",top=20px"

Will open the window 20 pixels from the left and 20 pixels from the top of the screen.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top