Nov 1, 2005 #1 dandrey Technical User Joined Apr 28, 2005 Messages 41 Location 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 Joined Dec 8, 2003 Messages 17,047 Location 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]