Forum Moderators: phranque
It has two links from there to continue navigation...
Problem i have encountered is that the page is only 300x300, and the links go to full 800x600 pages...this not very user friendly.
How can i expand that window when you click the link, or when you click the link go back to the main window...?
is either of these possible?
<a href="father_page.html" onclick="opener.location.reload(true); self.close();">Father Page Here</a>. </td>
This does close the child window and reloads the parent window.
But what i would like to do is once the user clicks this link, it loads that page....
I start with the Mother page, which pops up the child window of 300x300.
How do i make the father page show in replace of the mother window?