I searched around the site and have tried some suggestions, but have no success.
after some processing I am doing the folowing from the child window
<script>
window.opener.location.reload();
window.close();
</script>
This works for one of my pages, but for another page it displays the js error dialog with
Error: permission denied.
same error on IE 5.5 and 6.0
the url I am trying to reload is
it works in Netscape
any help would be greatly appreciated
after some processing I am doing the folowing from the child window
<script>
window.opener.location.reload();
window.close();
</script>
This works for one of my pages, but for another page it displays the js error dialog with
Error: permission denied.
same error on IE 5.5 and 6.0
the url I am trying to reload is
it works in Netscape
any help would be greatly appreciated
Comment