davidklonski
07-15-2004, 10:10 AM
Hello
asumming I have an IFrame in my code.
Is there a way of causing it to refresh in JavaScript as a result of some event?
thanks
For example:
<iframe src="test.php" name="testFrame" id="testFrame" width="100" height="343"></iframe>
<input type="button" onclick="document.getElementById('testFrame').refresh();">
Of course this doesn't work... I am looking for the correct way of doing it...
thanks in advance
asumming I have an IFrame in my code.
Is there a way of causing it to refresh in JavaScript as a result of some event?
thanks
For example:
<iframe src="test.php" name="testFrame" id="testFrame" width="100" height="343"></iframe>
<input type="button" onclick="document.getElementById('testFrame').refresh();">
Of course this doesn't work... I am looking for the correct way of doing it...
thanks in advance