Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

refresh a iframe

Status
Not open for further replies.

MJB3K

Programmer
Jul 16, 2004
524
GB
Hi, is there any way of being able to refresh a iframe's content by clikcing a link or button??

any ideas??


Regards,

Martin

Gaming Help And Info:
 
Code:
<a href="mypage.html" target="myIframe">Refresh</a>
<iframe name="myIframe" id="myIframe" src="mypage.html"></iframe>
Why wouldn't this work for you?
 
oh yeah, i being dumb lol, i was thinking of <a href=javascript:myIframe.location.reload();>Refresh</a> which didnt work!

Thanx :D

Regards,

Martin

Gaming Help And Info:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top