zoukankan      html  css  js  c++  java
  • frameset frame 页面空白

    <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="100%;height:50px;"></iframe>
        <frameset cols="220, *">
            <iframe name=menu src="{:url('Publics/left')}" frameBorder=0 noResize scrolling=no style="height:100%;13%"></iframe>
            <iframe name=main src="{$main}" frameBorder=0 noResize scrolling=yes style="height:100%;86.5%;"></iframe>
        </frameset>
    </frameset>
    <noframes>
    </noframes>
    </html>

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

  • 相关阅读:
    NSString拼接字符串
    2020/4/26
    2020/4/25
    2020/4/24
    2020/4/22
    2020/4/22
    2020/4/20
    2020/4/19
    2020/4/18
    2020/4/17
  • 原文地址:https://www.cnblogs.com/zhaoying/p/11981382.html
Copyright © 2011-2022 走看看