Main.asp
资源名称:NetPhone.rar [点击查看]
上传用户:xxtaishan
上传日期:2022-01-02
资源大小:4063k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
ASP/ASPX
- <HTML>
- <HEAD>
- <TITLE>网站后台管理控制面版</TITLE>
- <META content="text/html; charset=gb2312" http-equiv=Content-Type>
- <STYLE>.navPoint {
- COLOR:#ffffff; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 5pt
- }
- </STYLE>
- <SCRIPT>
- function switchSysBar(){
- if (switchPoint.innerText==7){
- switchPoint.innerText=8
- document.all("frmTitle").style.display="none"
- }
- else{
- switchPoint.innerText=7
- document.all("frmTitle").style.display=""
- }
- }
- </SCRIPT>
- </HEAD>
- <BODY scroll=no style="MARGIN: 0px">
- <TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%"> <TBODY>
- <TR> <TD rowspan="2" align=middle vAlign=center noWrap id=frmTitle name="frmTitle"><IFRAME frameBorder=0 id=BoardTitle name=BoardMenu scrolling=auto
- src="left.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 170px; Z-INDEX: 2"></IFRAME>
- <TD rowspan="2" bgColor=#23458B style="WIDTH: 10pt" onclick=switchSysBar()><SPAN class=navPoint id=switchPoint title=关闭/打开菜单>7</SPAN>
- </TD>
- <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>
- </TD></TR>
- <TR>
- <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>
- </TR>
- </TBODY> </TABLE>
- </BODY></HTML>