Click to See Complete Forum and Search --> : specify popup location


shensyel
05-01-2003, 10:16 PM
How can I specify which part of the screen the popup window appears in? Like, top-left, top-right, bottom, etc...

Right now it's coming up in the center when it used to come up in the top-left...thought it had something to do with cookies or temp int files but I cleared all those and still have the problem.

Hoping there's a way to just specify where it opens...

Thanks

pyro
05-01-2003, 10:18 PM
Just add left=xx,top=xx to your window properties...

shensyel
05-01-2003, 10:40 PM
thanks, that's got it! :D

pyro
05-01-2003, 10:41 PM
You're welcome... :)

beginner
05-01-2003, 11:18 PM
Originally posted by pyro
You're welcome... :)

Can the location specified to center ? without specified xx yy ?

pyro
05-02-2003, 06:53 AM
This page shows how to center a popup: http://www.infinitypages.com/research/centeredpopup.htm

cajo_vcambra
05-09-2003, 06:18 AM
Hi, top and left works in MSIE (5 and up) only, you can use screenX and screenY for Netscape.

pyro
05-09-2003, 07:19 AM
Originally posted by cajo_vcambra
works in MSIE (5 and up) onlyNope. If you would have looked at my link, I say what it works in. The NN browsers that I had to check in (4.7 and 7) it works great!