ryguy
07-10-2002, 07:35 PM
Im trying to use javascript to open a new window (about 500pxx300px)
The problem i am having is :
if the screen res is set @ 1024 i want to open a small window and place it at x,y coordinates.
if the screen res is set @ 800 i want to open a small window at a different set of coordinates.
Is there a script to do this?
Graeme Hackston
07-10-2002, 11:04 PM
Look for a resolution redirect script and remove where it document.writes a page for each resolution and in its place put your 2 popup scripts.
ryguy
07-10-2002, 11:18 PM
sorry i should have been a little more clear...
I want to be able to click on an image which will open a new window with only a larger image and a close box.
If the users screen res is set at 1024 i would like the new window to display at x,y coordinates.
If the users screen is set at 800 i would like the new window to display at x150,y275 coordinates.
thank you in advance
ryguy
07-11-2002, 12:01 AM
sorry i should have been a little more clear...
I want to be able to click on an image which will open a new window with only a larger image and a close box.
If the users screen res is set at 1024 i would like the new window to display at x,y coordinates.
If the users screen is set at 800 i would like the new window to display at x150,y275 coordinates.
thank you in advance