日期:2014-05-16 浏览次数:20355 次
<form > <input type ="text"> <input type ="button" value=提交> </from> <iframe name="ItemFrm" scrolling="auto" width="115%" height="350" src=list.do" frameborder="1"></iframe> //这里 list.do 是在第一次加载页面的时候把数据加载出来。
function reflashPage(){ document.ItemFrm.location.href="list.do"; }