Mar 6, 2005 #1 MJB3K Programmer Joined Jul 16, 2004 Messages 524 Location 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: http://gaming.webrevolt.biz
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: http://gaming.webrevolt.biz
Mar 6, 2005 #2 Vragabond Programmer Joined Jul 23, 2003 Messages 5,100 Location AT 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? Upvote 0 Downvote
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?
Mar 6, 2005 Thread starter #3 MJB3K Programmer Joined Jul 16, 2004 Messages 524 Location GB oh yeah, i being dumb lol, i was thinking of <a href=javascript:myIframe.location.reload();>Refresh</a> which didnt work! Thanx Regards, Martin Gaming Help And Info: http://gaming.webrevolt.biz Upvote 0 Downvote
oh yeah, i being dumb lol, i was thinking of <a href=javascript:myIframe.location.reload();>Refresh</a> which didnt work! Thanx Regards, Martin Gaming Help And Info: http://gaming.webrevolt.biz