I have 2 frames in 1 page ('A' and 'B' frame). I don't know how to refresh another frame. Example: I want to refresh 'B' frame using button on 'A' frame! Any pro can help me?
parent.frames ["frameB"].location.reload () Note that both frames need to be on the same domain or you'll run into cross-domain issues.