⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.asp

📁 宁波娱乐在线城市,丰富的内容版块
💻 ASP
字号:
<!--#include file="BBSLib.asp"-->
<%
Dim UserAgent
UserAgent=Trim(lcase(Request.Servervariables("HTTP_USER_AGENT")))
If Instr(UserAgent,"msie")=0 Then
        response.write "非法浏览操作,请使用IE浏览器浏览!"
        response.redirect "noie.asp"
end if

if Request.QueryString("ACT") = "1" then  
         Response.Cookies("ZDYC") = "true"
         Response.Cookies("ZDYC").Expires = DateAdd("M",1,Date)
         Response.End
     end if
     if Request.QueryString("ACT") = "2" then 
         Response.Cookies("ZDYC") = "false"
         Response.Cookies("ZDYC").Expires = DateAdd("M",1,Date)
         Response.End
     end if    
     ZDYC = Request.Cookies("ZDYC")
     if trim(ZDYC) = "" then ZDYC = "false"
     
%>
<HTML>
<HEAD>
<TITLE><%=TITLE%></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<style type="text/css">
<!--
.p9 {  font-family: "宋体"; font-size: 9pt}
A:link{font-size:9pt;COLOR:black;TEXT-DECORATION: none}
A:visited {font-size:9pt;COLOR:black;TEXT-DECORATION: none}
A:hover {font-size:9pt;COLOR: red; TEXT-DECORATION: underline}
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--

var ID = null;
var MENU = false;

function line_onmouseover() {
    if (!MENU) {
        if (window.iZT.document.all['cZDYC'] != null) {
            if (window.iZT.document.all['cZDYC'].checked == true) {
                if (frmTitle.style.display == 'none') {
                    frmTitle.style.display = '';
                }
                else {
                    frmTitle.style.display = 'none';
                }
            }
        }
    }
    else  {
        MENU = false;
    }
        
}

function setMENU(disp) {
    MENU = disp;
    line_onmouseover();
}    




function window_onload() {
    if (window.iZT.document.all['cZDYC'] != null) {
        if (window.iZT.document.all['cZDYC'].checked) {
            frmTitle.style.display = 'none';
        }
    }    
}


//-->
</SCRIPT>
</HEAD>
<BODY scroll=no style="MARGIN: 0px" LANGUAGE=javascript onload="return window_onload()">
  <div id="lCD" style="HEIGHT: 153px; LEFT: 0px; POSITION: absolute; VISIBILITY: hidden; WIDTH: 130px"> 
    <!--
	<iframe id=iMENU frameBorder=0 scrolling="no" style="HEIGHT: 153px; WIDTH: 130px" src="menu.asp"></iframe>
	//-->
  </div>
  <div id="lZCD" style="HEIGHT: 83px; LEFT: 126px; POSITION: absolute; VISIBILITY: hidden; WIDTH: 90px"> 
    <!--
	<iframe frameBorder=0 scrolling="no" style="HEIGHT: 123px; WIDTH: 90px" src="menu1.asp"></iframe>
	//-->
  </div>
  <div id="lZCD" style="HEIGHT: 103px; LEFT: 126px; POSITION: absolute; VISIBILITY: hidden; WIDTH: 90px"> 
    <!--
	<iframe frameBorder=0 scrolling="no" style="HEIGHT: 103px; WIDTH: 90px" src="menu2.asp"></iframe>
	//-->
  </div>
  <TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%">
    <TBODY>
    <TR>
      <TD style="HEIGHT: 100%">
        <IFRAME name="iZY" frameBorder=0 src="sqzy.asp?<%=Request.ServerVariables("QUERY_STRING")%>" scrolling="yes" style="HEIGHT: 100%; WIDTH: 100%; Z-INDEX: 1">
        </IFRAME>
      </TD>
    </TR>
    <TR>
      <TD>
        <TABLE border=0 cellPadding=0 cellSpacing=0 style="BACKGROUND-COLOR: #5A8ACE; HEIGHT: 2px; VISIBILITY: inherit; WIDTH: 100%" id=line LANGUAGE=javascript onmouseover="return line_onmouseover()">
          <TBODY>
            <TR>
              <TD style="HEIGHT: 2px; WIDTH: 100%">
              </TD>
            </TR>
          </TBODY>
        </TABLE>
      </TD>
    </TR>          
    <TR id="frmTitle" name="frmTitle">
      <TD align=middle  noWrap>
        <IFRAME id="iZT" name="iZT" frameBorder=0 src="zt.asp" scrolling="no" style="HEIGHT: 20px; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 2">
        </IFRAME>
      </TD>
    </TR>
    </TBODY>
  </TABLE>
<iframe name="iHIDE" style="HEIGHT: 0px; VISIBILITY: hidden; WIDTH: 0px"></iframe>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -