How to refresh 2 iframes with one link/button using html/js
问题 I'm new here and like to know how to refresh 2 different iframes on one page. I found something on google using getElemenById. But it has to work in firefox and firefox has some problems with Id's. thanks in advance. <form action="managecartform.html" onclick="deleteAllCookies();"><button type="submit" >Empty cart</button></form> 回答1: What does your form have to do with iframes? Do you mean this? Load the managecartform into one frame and reload the other? <form action="managecartform.html"