wzq.asp

来自「自由领域ASP+WAP同学录(V1.0)系统是一套仿ChinaRen的即可用电脑」· ASP 代码 · 共 47 行

ASP
47
字号
<!--#include file=../..//INC/txlconst.asp-->
<!--#include file=../../INC/txlfun.asp-->
<!--#include file=../nav.asp-->
<!--
<pre>
┌─ 自由领域ASP+WAP同学录系统 ─────────────────┐
│                                                               │
│  感谢你使用 自由领域ASP+WAP同学录系统(测试版)                │
│  使用本免费源码您必须遵守以下规定                             │
│    不得公开发表代码 不得用做商业用途,不得向其他使用者收费。  │
│                                                               │
│  使用时,请保留此段信息,谢谢配合                             │
│                                                               │
│                                       2004/12/19              │
│                                                               │
└────────────────  http://99167.jahee.com ───┘
</per>
-->
<%
dim const_txl_HomeUrl,errstr
errstr=""
const_txl_HomeUrl="../../"
OpenDatabase
txl_SiteHead const_txlname&"-娱乐前沿-五子棋"
call online
call main
CloseDatabase
SiteBottom

sub main
	If Session("username")="" Then
		errstr=errstr&"<li>你现在还没有登录或者会话超时,点<a href='"&const_txl_HomeUrl&"user/login.asp'>这里登录</a>!</li>"
		errstr=errstr&"<li>如果还有疑问请与管理员联系!</li>"
		Call printerror("登录出错!",errstr,779)
		Exit SUb
	End If
%>
<table width="779" border="0" align="center" cellpadding="0" cellspacing="10">
  <tr>
    <td><b>当前位置:<a href="<%=const_homepageurl%>">首页</a> &gt;&gt; <a href="<%=const_txl_HomeUrl&const_txlurl%>"><%=const_txlname%></a> &gt;&gt;娱乐前沿&gt;&gt; </b></td>
    <td align="right"><font color="#FF0000">娱乐导航: </font>
        <%Call shownav()%>
    </td>
  </tr>
</table>
<script src="Gobang.js"></script>
<%End Sub%>

⌨️ 快捷键说明

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