<iframe name = "show"></iframe>
<form target="show" action="new.html">
<input type="submit" value="提交">
</form>
以上代码可以实现在“提交”后,在局部 iframe 框中显示new.html内容
<iframe name = "show"></iframe>
<form target="show" action="new.html">
<input type="submit" value="提交">
</form>
以上代码可以实现在“提交”后,在局部 iframe 框中显示new.html内容