from this popup window when press a link then this link open in the "opener window" that opens thepo (Full Version)

All Forums >> [Web Development] >> General Web Development



Message


lsfphelpls -> from this popup window when press a link then this link open in the "opener window" that opens thepo (1/30/2008 7:31:05)

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:
[CODE]<a initstyle href="../reservations.php?car=A-Class%20Daihatsu%20Cuore%20or%20similar">click here</a>[/CODE]
) ?




Catherine Sea -> RE: from this popup window when press a link then this link open in the "opener window" that opens thepo (2/25/2008 20:19:23)

You can write the code like this:
<a initstyle href="#" onclick="window.opener.location='./reservations.php?car=A-Class%20Daihatsu%20Cuore%20or%20similar'">click here</a>

The window.opener is the "opener window".
I hope this will help you. Good luck!

--
Catherine Sea
http://www.dynamsoft.com/




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.0625