• 点击隐藏页面左栏或右栏


    <style type="text/css">
    <!--
    .navPoint {COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt}
    .STYLE1 {FONT-FAMILY: Webdings; FONT-SIZE: 9pt; cursor: hand;}
    -->
    </style>
    <script>
    function switchSysBar(){
    if (switchPoint.innerText==3){
    switchPoint.innerText=4
    document.all("frmTitle").style.display="none"
    }else{
    switchPoint.innerText=3
    document.all("frmTitle").style.display=""
    }}
    </script>
    <table border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%">
      <tr>
        <td width="20%" align="middle" vAlign="center" noWrap bgcolor="#CC99FF" id="frmTitle" name="frmTitle"> </td>
        <td class="a2" style="WIDTH: 9pt"><table border="0" cellPadding="0" cellSpacing="0" height="100%">
          <tr>
            <td style="HEIGHT: 100%" onClick="switchSysBar()"><font style="FONT-SIZE: 9pt; CURSOR: default; COLOR: #ffffff"> <br>
                    <br>
                    <br>
                    <br>
                    <br>
                    <br>
                    <br>
                    <br>
                    <font color="#FF0000"><br>
                    <br>
                    <br>
                    <br>
                    <br>
                    <span class="STYLE1" id="switchPoint" title="关闭/打开左栏">3</span><br>
                    <br>
                    <br>
                    <br>
                    <br>
                    <br>
                    </font><br>
                    <br>
              屏幕切换 </font></td>
          </tr>
        </table></td>
        <td bgcolor="#FFCC99" style="WIDTH: 100%"> </td>
      </tr>
    </table>

  • 相关阅读:
    v-bind 和v-model 的区别
    解决PC端和移动端自适应问题?
    安全解决将字符串" "转换成换行
    最全的正则表达式-匹配中英文、字母和数字(转)
    vue:style标签中的scoped属性(作用域)和lang属性的介绍
    vue项目main.js文件下import router from './router'默认导入router文件夹下index.js的原因
    VUE修改样式无效
    lodop如何获取打印机名称
    深拷贝和浅拷贝
    Vue.js学习笔记:props传递数据(转)
  • 原文地址:https://www.cnblogs.com/zgz_dpl/p/1876669.html
Copyright © 2020-2023  润新知