daohang.asp

来自「CityCN V2.1 是自主开发的基于ASP+Access的新型资讯信息系统。」· ASP 代码 · 共 100 行

ASP
100
字号
<!--#include file="config.asp" -->
<!--#include file="conn.asp" -->
<%
dim mycity
mycity=trim(request.QueryString("ct"))
if len(mycity)=0 or len(mycity)>citynamemax then response.redirect "error.asp?v=city_error" end if
%>
<SCRIPT language='javascript' src='inc/pop.js'></SCRIPT>
<script language="javascript">
function openwin(url, width, height){
var Win = window.open(url,"openwin",'width=' + width + ',height=' + height + ',top=50,left=50,resizable=0,scrollbars=yes,menubar=no,status=yes' );
}
</script>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>城市资讯导航栏</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" oncontextmenu="self.event.returnValue=false">
<TABLE cellSpacing=0 cellPadding=0 width=760 background=images/party_bg.gif border=0 height="120" style="border-collapse: collapse">
  <TR>
    <TD width=96><IMG src="images/party_1.jpg" border=0></TD>
    
    <TD align=middle width=160>
      <TABLE height=106 cellSpacing=0 cellPadding=0 width=160 background=images/party_bg1.gif border=0>
        <TR>
          <TD align=middle>
            <TABLE cellSpacing=0 cellPadding=0 width=147 border=0>
              <TR>
                <TD align=middle height=24><a style="font-size: 10pt; color: #0066CC; font-weight: bold" target="_parent" href="info.asp?ct=<%=mycity%>">城市资讯</a></TD>
              </TR>
              <TR>
                <TD height=78 align="center"></TD>
              </TR>
            </TABLE>
          </TD>
        </TR>
      </TABLE>
    </TD>  
      
    <TD width=6></TD>
    
    <TD align=middle width=160>
      <TABLE height=106 cellSpacing=0 cellPadding=0 width=160 background=images/party_bg1.gif border=0>
        <TR>
          <TD align=middle>
            <TABLE cellSpacing=0 cellPadding=0 width=147 border=0>
              <TR>
                <TD align=middle height=24>
				<a style="font-size: 10pt; color: #008000; font-weight: bold" target="_parent" href="party.asp?ct=<%=mycity%>">聚会联谊</a></TD></TR>
              <TR>
                <TD height=78>
                   </TD></TR>
              </TABLE>
          </TD>
        </TR>
      </TABLE>
    </TD>
    
    <TD width=6></TD>
    
    <TD align=middle width=160>
      <TABLE height=106 cellSpacing=0 cellPadding=0 width=160 background=images/party_bg1.gif border=0>
        <TR>
          <TD align=middle>
            <TABLE cellSpacing=0 cellPadding=0 width=147 border=0>
              <TR>
                <TD align=middle height=24>
				<a style="font-size: 10pt; color: #ff5050; font-weight: bold" target="_parent" href="friend.asp?ct=<%=mycity%>">同城交友</a></TD></TR>
              <TR>
                <TD height=78 align="center">
                 </TD></TR>
              </TABLE>
          </TD>
        </TR>
      </TABLE>
    </TD>
    
    <TD width=6></TD>
    <TD align=middle width=160>
      <TABLE height=106 cellSpacing=0 cellPadding=0 width=160 background=images/party_bg1.gif border=0>
        <TR>
          <TD align=middle>
            <TABLE cellSpacing=0 cellPadding=0 width=147 border=0>
              <TR>
                <TD align=middle height=24><a style="font-size: 10pt; color: #9966ff; font-weight: bold" target="_parent" href="citybook.asp?ct=<%=mycity%>">城市留言</a></TD></TR>
              <TR>
                <TD height=78 align="center">
                 </TD></TR>
              </TABLE>
          </TD>
        </TR>
      </TABLE>
    </TD>
    <TD width=6></TD>
  </TR>
</TABLE>
</body></html>

⌨️ 快捷键说明

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