可以动态设置iframe高度吗? 10
在DW中,有A.ASP和B.ASP两个页面。A.ASP中有一个iframe,B.ASP中有一个表格,我想获取B.ASP中表格的高度,然后将这个值赋给iframe,作为它的...
在DW中,有A.ASP和B.ASP两个页面。
A.ASP中有一个iframe,B.ASP中有一个表格,我想获取B.ASP中表格的高度,然后将这个值赋给iframe,作为它的高度。(我不要手动输入的)
不是同一个页面,可以做到吗?
to:zhequ
多谢,不过,我表格中的高度,没有设置数值,也不是100%。是自动的。
t_height=*** 我怎麽将一个不知数值,放到t_height变量中呢? 展开
A.ASP中有一个iframe,B.ASP中有一个表格,我想获取B.ASP中表格的高度,然后将这个值赋给iframe,作为它的高度。(我不要手动输入的)
不是同一个页面,可以做到吗?
to:zhequ
多谢,不过,我表格中的高度,没有设置数值,也不是100%。是自动的。
t_height=*** 我怎麽将一个不知数值,放到t_height变量中呢? 展开
展开全部
你可以在B.asp设置个表格高度的参数,然后通过调用把此值传到a.asp里
比如B.ASP里表格高度参数为t_height=500
A.asp
...
t_height=request("t_height")
...
<iframe height=<%=t_height%> ....
....
比如B.ASP里表格高度参数为t_height=500
A.asp
...
t_height=request("t_height")
...
<iframe height=<%=t_height%> ....
....
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<frameset id="top1" rows="67,*,23" border="5" bordercolor="#68ADDA" frameborder="1">
<frame name="top" frameborder="0" src="top.htm" scrolling="no" marginheight="0" marginwidth="0" />
<frameset id="mid" cols="180,*" border="5" bordercolor="#68ADDA" frameborder="1">
<frame name="mid_lef" frameborder="0" src="mid_lef.htm" scrolling="auto" marginheight="0" marginwidth="0" />
<frameset id="mid_rig" cols="16,*" border="0" frameborder="0">
<frame name="mid_mid" frameborder="0" src="mid_mid.htm" scrolling="no" marginheight="0" marginwidth="0" noresize />
<frame name="mid_rig" frameborder="0" src="mid_rig.htm" scrolling="yes" marginheight="0" marginwidth="0" />
</frameset>
</frameset>
<frame name="foot" frameborder="0" src="foot.htm" scrolling="no" marginheight="0" marginwidth="0" />
</frameset>
请自己分析rows="67,*,23"与cols="180,*"
学习要靠自己哦
<frame name="top" frameborder="0" src="top.htm" scrolling="no" marginheight="0" marginwidth="0" />
<frameset id="mid" cols="180,*" border="5" bordercolor="#68ADDA" frameborder="1">
<frame name="mid_lef" frameborder="0" src="mid_lef.htm" scrolling="auto" marginheight="0" marginwidth="0" />
<frameset id="mid_rig" cols="16,*" border="0" frameborder="0">
<frame name="mid_mid" frameborder="0" src="mid_mid.htm" scrolling="no" marginheight="0" marginwidth="0" noresize />
<frame name="mid_rig" frameborder="0" src="mid_rig.htm" scrolling="yes" marginheight="0" marginwidth="0" />
</frameset>
</frameset>
<frame name="foot" frameborder="0" src="foot.htm" scrolling="no" marginheight="0" marginwidth="0" />
</frameset>
请自己分析rows="67,*,23"与cols="180,*"
学习要靠自己哦
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询