Feedback: irt.org FAQ Knowledge Base Q1416
Feedback on: irt.org FAQ Knowledge Base Q1416
Sent by Tully Edson on July 25, 2000 at 12:30:45: - feedback #1529
Comments: window.screenX is undefined in IE
Sent by huy on August 14, 2001 at 17:08:53: - feedback #3087
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.
Sent by Matt Sephton on February 15, 2002 at 06:13:26: - feedback #3597
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;
|