I'm editing some existing html where the javascript loads a another page inside an iframe. In the page is an html form. When I hit submit, I'd like for the outer page to stay and the iframe to change to the results page. However, right now the whole page changes to the results page for the form. I'm guessing there's a way to solve this javascript. Any suggestions?
以上就是How do I submit an html form inside an iframe without changing the outer page?的详细内容,更多请关注web前端其它相关文章!