trondulseth
07-17-2002, 09:47 AM
I have a page - i click a link to open up a pop-up window. Normaly if I'd like the calling page to refresh at any point the following code would do the trick:
<script language="JavaScript">
window.opener.location.reload()
</script>
But in my pop-up window I'm now using frames.
I figure that if I put the above code in the frameset page - and have a script that reloads the frameset from the framewindow it would do the trick. Is this the solution? If so - what is the code for refreshing the frameset? Or is there another way?
Thnx for all help
<script language="JavaScript">
window.opener.location.reload()
</script>
But in my pop-up window I'm now using frames.
I figure that if I put the above code in the frameset page - and have a script that reloads the frameset from the framewindow it would do the trick. Is this the solution? If so - what is the code for refreshing the frameset? Or is there another way?
Thnx for all help