首页 > 其他 > 详细

frameset frame 页面空白

时间:2019-12-04 13:04:38      阅读:130      评论:0      收藏:0      [点我收藏+]

 

<html style="background:#213039;">
<head>
    <title>网站后台管理中心</title>
    <META http-equiv=Content-Type content="text/html; charset=utf-8">
    <META http-equiv=Pragma content=no-cache>
    <META http-equiv=Cache-Control content=no-cache>
    <META http-equiv=Expires content=-1000>
</head>

<frameset border=0 frameSpacing=0 rows="50, *" frameborder="0">
    <iframe name=header src="{:url(‘Publics/top‘)}" frameBorder=0 noResize scrolling=no style="width:100%;height:50px;"></iframe>
    <frameset cols="220, *">
        <iframe name=menu src="{:url(‘Publics/left‘)}" frameBorder=0 noResize scrolling=no style="height:100%;width:13%"></iframe>
        <iframe name=main src="{$main}" frameBorder=0 noResize scrolling=yes style="height:100%;width:86.5%;"></iframe>
    </frameset>
</frameset>
<noframes>
</noframes>
</html>

用上面的代码,可以解决在页面中空白的问题

frameset frame 页面空白

原文:https://www.cnblogs.com/zhaoying/p/11981382.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!