iframe 不起作用?
我在一个menu.htm 文件中用
<iframe id= "workIfame " src= "Bottom.aspx " frameborder= "0 " scrolling= "auto " height= "100% " width= "100% " > </iframe>
可是Bottom.aspx 就是显示不出来?
各位老大, 到底 是出了什么问题?
路径我可是 检查过多次的, 不会是路径问题。
[解决办法]
iframe 的 height width是不能设置为100%的
[解决办法]
<iframe id= "workIfame " src= "Bottom.aspx " frameborder= "0 " scrolling= "auto " height= "500 " width= "500 " > </iframe>
看一下!