|
It is definitely possible with javascript.
I'm honestly not sure if it's possible without. I've never really tried.
To do so with javascript, you can name the original window dynamically by simply using the "window.name" command somewhere in your code that's outputted into the original window. Then, you can target that window later. You could also use the window.opener method, but it can be a little more confusing.
__________________
I hate Internet Explorer! Anyone with me?
|