资讯

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 ...
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. Oh ...