pygmalion3
Technical User
I'm having the hardest time finding out how to focus specific pop-ups on command.
I'm told that if I name the window attributes upon opening, like so:
WindowName=window.open("doccument.html"
that I can reference that window from other windows. Also that I can re-focus said window by referencing an object in that window's content, and perhaps even a simple href like this:
a href=javascript:WindowName.focus()
Well, not only have I yet to get ANY of these techniques to work, but my opener window I use for these pop-ups changes upon their use. Does that mean, since the script it no longer there, that the new pop-up's attributes are no longer named?
This is driving me nuts. Please take pity on this javascript-challenged rookie.
I'm told that if I name the window attributes upon opening, like so:
WindowName=window.open("doccument.html"

that I can reference that window from other windows. Also that I can re-focus said window by referencing an object in that window's content, and perhaps even a simple href like this:
a href=javascript:WindowName.focus()
Well, not only have I yet to get ANY of these techniques to work, but my opener window I use for these pop-ups changes upon their use. Does that mean, since the script it no longer there, that the new pop-up's attributes are no longer named?
This is driving me nuts. Please take pity on this javascript-challenged rookie.