Forum Moderators: open

Message Too Old, No Replies

Parent reload from IFRAME

Parent reload from IFRAME

         

Tinc

6:38 pm on Nov 21, 2004 (gmt 0)



Hi, sorry my english, I'm from Argentina, I have a main page with an iframe. Let us call this my parent window. In the iframe, I have a link. When I click the link inside the iframe, I want the parent window to be reloaded with that link. Any sugestions?

I hope u guys can help. Thanks!

kaled

12:17 am on Nov 22, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could try the following, but I'm not sure it with works with Iframes.

<a href="targetpage.html" target="_top">Click Here</a>

Kaled.

adni18

1:03 pm on Nov 22, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Usted puede intentar quizá algo con Javascript.


<a href="javascript:window.parent.location='http://www.google.com'">Google</a>