您的位置:首页 > 其它

body 中间不是所有东西都能加的!否则<frameset 内容不执行了

2013-09-12 10:28 267 查看
在做一个框架时,不小心把一段代码放在了body中间,结果死活不能运行显示。

<frameset rows="61,*,24" cols="*" framespacing="0" frameborder="no" border="0">

<frame src="top.aspx" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />

<frame src="center.aspx" name="mainFrame" id="mainFrame" />

<frame src="down.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" />

</frameset>

<noframes >

想了半天,哦,应该放在<body>之外,这样就解决了,真是粗心大意。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐