Hello to every body.
From the index page (window 1) I open a pop-up (window 2)which open another pop-up (window 3).
The link on window 2 to open window 3 is:
<a href="javascript:void(0);" onClick="window.open('events/even_frame.htm','mywindow','top=0,left=0,width=800,height=600,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');opener.opener=opener; opener.close(); self.close();"><font color="#FF0000">Veranstaltungen - calendario eventi - events</font></a
And it is OK.
However if I click on a link on window 3 which open window 1 again and repeat the procedure as above, all windows are closed, while I want window 3 to remain open.
Any help please? Where am I wrong.
Thanks and regards
John
From the index page (window 1) I open a pop-up (window 2)which open another pop-up (window 3).
The link on window 2 to open window 3 is:
<a href="javascript:void(0);" onClick="window.open('events/even_frame.htm','mywindow','top=0,left=0,width=800,height=600,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');opener.opener=opener; opener.close(); self.close();"><font color="#FF0000">Veranstaltungen - calendario eventi - events</font></a
And it is OK.
However if I click on a link on window 3 which open window 1 again and repeat the procedure as above, all windows are closed, while I want window 3 to remain open.
Any help please? Where am I wrong.
Thanks and regards
John