Main.asp
上传用户:xxtaishan
上传日期:2022-01-02
资源大小:4063k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

ASP/ASPX

  1. <HTML>
  2. <HEAD>
  3. <TITLE>网站后台管理控制面版</TITLE>
  4. <META content="text/html; charset=gb2312" http-equiv=Content-Type>
  5. <STYLE>.navPoint {
  6. COLOR:#ffffff; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 5pt
  7. }
  8. </STYLE>
  9. <SCRIPT>
  10. function switchSysBar(){
  11. if (switchPoint.innerText==7){
  12. switchPoint.innerText=8
  13. document.all("frmTitle").style.display="none"
  14. }
  15. else{
  16. switchPoint.innerText=7
  17. document.all("frmTitle").style.display=""
  18. }
  19. }
  20. </SCRIPT>
  21. </HEAD>
  22. <BODY scroll=no style="MARGIN: 0px">
  23. <TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%"> <TBODY> 
  24. <TR> <TD rowspan="2" align=middle vAlign=center noWrap id=frmTitle name="frmTitle"><IFRAME frameBorder=0 id=BoardTitle name=BoardMenu scrolling=auto
  25.       src="left.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 170px; Z-INDEX: 2"></IFRAME> 
  26.     <TD rowspan="2" bgColor=#23458B style="WIDTH: 10pt" onclick=switchSysBar()><SPAN class=navPoint id=switchPoint title=关闭/打开菜单>7</SPAN> 
  27.     </TD>
  28.     <TD style="WIDTH: 100%;height:30px"><IFRAME frameBorder=0 id=frmtop name=frmtop src="top.asp" style="HEIGHT: 28px; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></IFRAME> 
  29. </TD></TR>
  30. <TR>
  31.   <TD style="WIDTH: 100%"><IFRAME frameBorder=0 id=frmright name=forum src="ht.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></IFRAME> </TD>
  32. </TR> 
  33. </TBODY> </TABLE>
  34. </BODY></HTML>