|
Refresh Another Window
I have a link on my site that opens a new window. When a use is finished with the new window, I would like it to close and refresh the page that opened it. I think that I could use something like:
window.windowname.reload();
window.close();
but how would I set the 'windowname' the original page?
Any other thoughts on how this could be better are also appreciated, I am not all that hot on javascript.
Thanks.
__________________
eTheory - the theory of revolution
|