bdavid
08-19-2003, 09:31 PM
I want to open a popup window in relation to the window currently viewed, INSTEAD of the screen's origin (0,0).
So I need to find out the x,y position of the upper-left corner of the window, in relation to the screen's origin.
Is there something like:
x = window.position.x
y = window.position.y
or
x = self.position.x
y = self.position.y
So I need to find out the x,y position of the upper-left corner of the window, in relation to the screen's origin.
Is there something like:
x = window.position.x
y = window.position.y
or
x = self.position.x
y = self.position.y