Hi,
How do you refresh a parent page that has multiple frames that all need refreshing?
I have tried
<script>
window.opener.location.reload();
top.close()
</script>
and
<script>
window.opener.location.reload();
top.close()
</script>
and other variations but am not having any luck.
Thanks
Ed
How do you refresh a parent page that has multiple frames that all need refreshing?
I have tried
<script>
window.opener.location.reload();
top.close()
</script>
and
<script>
window.opener.location.reload();
top.close()
</script>
and other variations but am not having any luck.
Thanks
Ed