Click to See Complete Forum and Search --> : how do i reload a page?


pelegk1
01-15-2004, 12:26 PM
i want to reload a page somehing likeF5 or the refersh button
how do i do that in code?
thhnaks in advance
peleg

fredmv
01-15-2004, 12:33 PM
location.reload();

pelegk1
01-19-2004, 06:33 AM
this isntworking :
<iframe id="frmFlashFrame" src="page1.html" scrolling ="no"></IFRAME>

<input type="button" value="òãëï" onClick="alert(frmFlashFrame);javascript:frmFlashFrame.reload()">

what to do?