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?
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?
Comment