I'm having a bit of a JavaScript issue. I want to open a JavaScript prompt() window from the parent window, then open a new (popup) window (the contents of this window are not under my control), and ...
Right now I'm trying:<P><BLOCKQUOTE><font size="-1">code:</font><HR><pre> document.window.onBlur="javascript:document.window.close();"> </pre><HR></BLOCKQUOTE><P>Does ...