Open new window with Behaviors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top