keithcorbin
Programmer
I have a parent window creating a child that has multiple links. Each link should open in the parent window. This is working the first time, but the second time you click on a link the parent looks like it is opening (status at the bottom shows loading the correct page) but the page is never displayed, any ideas. Here is the code:
parent.opener.top.location.href="/jcpc/SearchResult.jsp?SubsId="+url;
parent.opener.focus();
parent.opener.top.location.href="/jcpc/SearchResult.jsp?SubsId="+url;
parent.opener.focus();