Is there a way to refresh a frame from a different frame or the index? I have a frame that some links go to and I want to occasionally refresh the frame back to how it was when the page loaded. Thanks.
sorry i didn't see your answer
to control "how often it refreshes" just control how often you call it !!!!
and you'd better not let it in the head part like this <script language="JavaScript">
top.right.reload(true)
</script>
as it'll keep reloading the "right" frame
for instance, if you want to call it on a action such as onclick :
<tag .... onclick="top.right.reload()">
thanks for all of the help so far but now i'm really confused. i just want the frame (right) to go to back to right.html every 60 seconds but since the frame has gone to a totally different page i have to control it from somewhere else. thanks again!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.