Forum Moderators: open
<iframe src="http://www.google.com" id="myiframe"></iframe>
And this seems to be causing the problem, if I refer to another html file the refresh below works fine:
<a href="JavaScript:myiframe.document.location.reload()">Refresh iFrame</a>
Any ideas if I can get this to work if I am using a URL for my "src"?