• CSS 带显示隐藏左部页面按钮


     1 <SCRIPT>
    2 function switchSysBar(){
    3 if (switchPoint.innerText==3)
    4 {
    5 switchPoint.innerText=4
    6 document.all("frmTitle").style.display="none"
    7 }
    8 else
    9 {
    10 switchPoint.innerText=3
    11 document.all("frmTitle").style.display=""
    12 }
    13 }
    14 </SCRIPT>
    15 <BODY scroll=no ><table height="100%" cellspacing=0 cellpadding=0 width="100%" border=0>
    16 <tr><td height="80" colspan="3"><iframe style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 80px " name=topfram src="Top.asp" frameborder=0></iframe></td></tr>
    17 <tbody>
    18 <tr>
    19 <td id="frmTitle" valign=center noWrap align=middle><iframe style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 205px; HEIGHT: 100%" name=leftfram src="Left.asp" frameborder=0></iframe></td>
    20 <td bgcolor=#0095f9>
    21 <table height="100%" cellspacing=0 cellpadding=0 border=0>
    22 <tbody><tr bgcolor=#5F778B><td style="HEIGHT: 45%"></td></tr>
    23 <tr id="lbar" bgcolor=#BCCAD7>
    24 <td style="HEIGHT: 48" onClick=switchSysBar() onMouseOver="lbar.style.background='#F2F2F2';lbar.style.color='#000000'" onMouseOut="lbar.style.background='#BCCAD7';lbar.style.color='#FFFFFF'"><font style="FONT-SIZE: 8px; CURSOR: hand; FONT-FAMILY: Webdings"><span id=switchPoint>3</span></font></td>
    25 </tr><tr bgcolor=#5F778B><td style="HEIGHT: 45%"></td></tr>
    26 </tbody>
    27 </table>
    28 </td>
    29 <td style="WIDTH: 100%"><iframe id=main style="Z-INDEX: 1; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 100%" name=mainfram src="Main.asp" frameborder=0 scrolling=yes></iframe></td>
    30 </tr>
    31 </tbody>
    32 </table>
  • 相关阅读:
    PHP使用Memcache来存储session 其他【转载】
    Linux 学习记录 20170218
    php 数组去重
    关于php的array_diff和array_diff_assoc的使用总结
    使用谷歌浏览器调试WEB前端的一些必备调试技巧
    MySql 赋值操作符"="与":="
    移动设备检测类Mobile_Detect.php
    PHP Filter 函数 日常可用
    以符合人类阅读的方式打印php数组【转载】
    JavaWeb:HttpSession(一)
  • 原文地址:https://www.cnblogs.com/wanghafan/p/2344212.html
Copyright © 2020-2023  润新知