Hi,
I have a child window with a link to close the child window and return focus to the caller. WHen I do this and try to use the menu items (File,Edit,View,etc) in the caller window, I get no response at all. Only if I minimise the window then maximise it again do I get access to these items again.
Any ideas why this could be happening?
The code I am using to close the child window and return focus to the caller is below:
regards
Tony
I have a child window with a link to close the child window and return focus to the caller. WHen I do this and try to use the menu items (File,Edit,View,etc) in the caller window, I get no response at all. Only if I minimise the window then maximise it again do I get access to these items again.
Any ideas why this could be happening?
The code I am using to close the child window and return focus to the caller is below:
Code:
<A CLASS=back HREF="javascript://" onClick="window.top.opener.focus(); window.top.close();"><IMG SRC="<%=strSitepath%>images/close.gif" WIDTH=46 HEIGHT=13 BORDER=0 HSPACE=0 VSPACE=0 ALT="Click here to close this window and return to the CAD Resource Centre"></A>
regards
Tony