Hi,
I have a link in one frame (menu) that opens a pop up window. I want to be able to close the popup window and refresh another frame (calendar). Is this possible?
So far I have the following (which refreshes the menu frame)
<script>
top.opener.location.reload(true);
top.close()
</script>
Thanks very much
Ed
I have a link in one frame (menu) that opens a pop up window. I want to be able to close the popup window and refresh another frame (calendar). Is this possible?
So far I have the following (which refreshes the menu frame)
<script>
top.opener.location.reload(true);
top.close()
</script>
Thanks very much
Ed