zoukankan      html  css  js  c++  java
  • 点击隐藏页面左栏或右栏

    <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>

  • 相关阅读:
    结对项目刘畅2016012040
    Daily target小队介绍(刘畅,陈杰,杨有存,唐祎琳,王晓哲,邵汝佳)
    第四、十七章读书报告
    2016012040+小学四则运算练习软件项目报告
    JAVA之路(二)
    使用pip命令可能遇到的报错
    monkey命令
    Mitmproxy 手机配置代理
    appium安装与简单使用
    自动化测试第十一节---unittest
  • 原文地址:https://www.cnblogs.com/zgz_dpl/p/1876669.html
Copyright © 2011-2022 走看看