Feedback on: irt.org FAQ Knowledge Base Q1416
Comments:
window.screenX is undefined in IE
Worth:
Very worth reading
Comments:
i tried the code in one of my pages but it doesn't seem to work in IE5. in NN, it works fine. i'm trying to open a popup window and position it in the center of the parent. am i doing something wrong? thanks in advance for your help.
Worth:
Worth reading
Length:
Just right
Technical:
Not technical enough
Comments:
x and y are confused, subsitute lines below.
x = window.screenLeft + 100;
y = window.screenTop + 10;