in reply to OT:A javascript problem.

Create a variable (hasFocus) in the "old" window (the opener) and let the onload="self.focus();" in the new window be onload="self.opener.hasFocus=1;self.focus();"
and check for hasFocus.

/brother t0mas

Replies are listed 'Best First'.
RE: RE: OT:A javascript problem.
by t0mas (Priest) on Oct 05, 2000 at 11:10 UTC
    It was I who posted this note... I _really_ dislike Internet Explorer. Sometimes it logs me out from PM by itself. Has anyone else had this problem with IE?

    /brother t0mas