ニュース

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 then focus on that popup window.
Not so easy w/the window.open method.<BR><BR>Even though I've given the 2nd window a "name", there doesn't seem to be a way to call it from the 1st window like you can w/that window.open method.