PDA

View Full Version : from this popup window when press a link then this link open in the "opener window"


lse123
01-30-2008, 12:30 PM
I want from http://www.paphoscarhire.com/fleet-euro.htm appear a popup window (clicking first image goto: http://www.paphoscarhire.com/cars/group_a.htm not setup yet for others)and from this popup window when press a link then this link open in the "opener window" that opens the popup (http://www.paphoscarhire.com/fleet-euro.htm), what to do (about the link:
<a initstyle href="../reservations.php?car=A-Class%20Daihatsu%20Cuore%20or%20similar">click here</a>
) ?

glenngv
01-30-2008, 04:34 PM
If you set a window name in the opener window like this:
window.name = "whatever";

then the link in the popup window should simply look like this:
<a href="page.htm" target="whatever">link</a>