ts10sc
10-07-2003, 03:12 PM
Hi, I am trying to use one page to refresh another browsers page. The page I am trying to refresh is named "main". I have used:
<script language="javascript">
window.opener.location.reload()
window.close()
</script>
To refresh the opener page and close the current one - however, the page I need to refresh now is not the opener.
I have tried:
window.main.location.reload()
and
main.location.reload()
to no avail. Any ideas how to get my page to refresh another's page?
Thanks!
<script language="javascript">
window.opener.location.reload()
window.close()
</script>
To refresh the opener page and close the current one - however, the page I need to refresh now is not the opener.
I have tried:
window.main.location.reload()
and
main.location.reload()
to no avail. Any ideas how to get my page to refresh another's page?
Thanks!