zoukankan      html  css  js  c++  java
  • 记录下自己常用的全框架HTML代码

    纯粹记录下,没有任何意义。 也不推荐使用

    <frameset rows="56,*" cols="*" frameborder="no" border="0" framespacing="0">
            <frame src="top.aspx" frameborder="0" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
            <frameset rows="*" cols="165,*" framespacing="0" frameborder="no" border="0">
                <frame src="<%=_leftFrameUrl %>" name="leftFrame" id="leftFrame" scrolling="auto" />
                <frame src="blank.aspx" name="mainFrame" style="overflow:auto" id="mainFrame" scrolling="no" />
            </frameset>
        </frameset><noframes><noframes>
  • 相关阅读:
    扯一扯纯函数
    10.28
    10.27 动手动脑5
    10.26
    10.25 周总结
    10.23
    10.22
    10.21 动手动脑4
    10.20
    10.19
  • 原文地址:https://www.cnblogs.com/flyfish2012/p/3217364.html
Copyright © 2011-2022 走看看