SlowCoder
05-10-2007, 03:25 PM
I have a window, named using the following script at the top:
<script language='javascript'>window.name='Window1';</script>
I need to call a reload on this window from another window. I'm sure it would be a derivative of the following:
<script language='javascript'>window.parent.location.reload();</script>
Window1 is NOT the parent window of the other window that will reload it.
Help?
<script language='javascript'>window.name='Window1';</script>
I need to call a reload on this window from another window. I'm sure it would be a derivative of the following:
<script language='javascript'>window.parent.location.reload();</script>
Window1 is NOT the parent window of the other window that will reload it.
Help?