Nov 1, 2005 #1 dandrey Technical User Apr 28, 2005 41 CO Hello, i'd like to know how can i refresh or reload an iframe from another iframe? Thanks for the help.
Hello, i'd like to know how can i refresh or reload an iframe from another iframe? Thanks for the help.
Nov 1, 2005 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB Assuming you have a reference to the iframe, and also assuming that both iframes are in the same domain, this should work: Code: yourIframeHandle.location.reload(true); Hope this helps, Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Assuming you have a reference to the iframe, and also assuming that both iframes are in the same domain, this should work: Code: yourIframeHandle.location.reload(true); Hope this helps, Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]