Hi,
I have a parent window that opens a child window. The child window has a button to return focus to the parent.
Works fine in IE but no response in FireFox.
Here is the code that opens the child:
and here is the code for the button to return focus to the parent:
Any suggestions for getting this working in FF also?
Tony
---------------------------------------
I have a parent window that opens a child window. The child window has a button to return focus to the parent.
Works fine in IE but no response in FireFox.
Here is the code that opens the child:
Code:
<a href="resources.asp" target="ResourceWindow">Saturated Steam Table</a>
and here is the code for the button to return focus to the parent:
Code:
<input type="button" value="Return to Test" onclick="window.opener.focus();" />
Any suggestions for getting this working in FF also?
Tony
---------------------------------------