日期:2014-05-17  浏览次数:20917 次

小人初学者,望大虾给个iframe框架的例子,就是说在父窗体中输入或者选择条件,在iframe里显示结果?
小人初学者,望大虾给个iframe框架的例子,就是说在父窗体中输入或者选择条件,在iframe里显示结果?

------解决方案--------------------
1.asp里
<iframe name=I_Main marginWidth=0 marginHeight=0
src= "2.asp?id= <%=request( "id ")%> " frameBorder=no width=570 height=510 scrolling= "auto ">
</ifram>

这样将1.asp里的参数传值到2.asp中,想在框架里显示哪些信息,在2.asp写就ok了.