📄 index.asp
字号:
<%
Set Cnn = Server.CreateObject("ADODB.Connection")
set rs = Server.CreateObject("ADODB.recordset")
set rs1 = Server.CreateObject("ADODB.recordset")
StrCnn = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("base\dumm.mdb")
Cnn.Open StrCnn
%>
<html>
<head>
<title>梦想世界</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<style type="text/css">
<!--
form { font-family: "宋体"; font-size: 9pt; color: #FFFFFF}
td { font-family: "宋体"; font-size: 9pt; line-height: 20pt; color: #FFFFFF}
a { font-family: "宋体"; font-size: 9pt; color: #00CCFF; text-decoration: underline}
a:hover { font-family: "宋体"; font-size: 9pt; color: #FF0000; text-decoration: underline}
-->
</style>
</head>
<body bgcolor="#303430" text="#000000">
<div id="Layer1" style="position:absolute; left:397px; top:204px; width:319px; height:213px; z-index:1">
<table width="94%" cellspacing="0" cellpadding="0" height="153">
<tr>
<td colspan="2" align="center"><a href="../index1.htm">新生代主页>></a> <a href="../bbs/index.asp">技术论坛>></a></td>
</tr>
<tr>
<td width="65%" align="center">
<form name="form1" method="post" action="login.asp">
昵称:
<input type="text" name="t1" size="15">
<br>
密码:
<input type="password" name="t2" size="15">
<br>
<br>
<input type="submit" name="Submit" value="确定">
<input type="reset" name="Submit2" value="重设">
<br>
</form>
</td>
<td width="35%"><a href="setup1.htm">用户注册>></a><br>
<a href="#">忘记密码>></a><br>
<a href="../guestbook/guestbook/default.asp">意见反馈>></a></td>
</tr>
<tr align="center">
<td colspan="2">已注册用户:
<% rs.open "select count(*) AS Total from 资料",cnn
response.write (rs("total")+30) %>
<br>
<% rs.close
cnn.close%>
当前在线人数:<%=Application("Online") %></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:-82px; top:212px; width:86px; height:56px; z-index:2"><img src="images/beijing.gif" width="350" height="231"></div>
<div id="Layer3" style="position:absolute; left:112px; top:165px; width:266px; height:197px; z-index:3">
<table width="100%" cellspacing="0" cellpadding="0" height="79">
<tr>
<td align="center"><b>公 告</b></td>
</tr>
<tr>
<td> 1.技术论坛经验值可导入本社区,社区内有详细介绍;<br>
2.本社区金钱单位为C;<br>
3.首次登录社区,可得金钱500C;<br>
4.每停留10分钟,得经验值1点;<br>
5.社区内活动丰富,其中包括“请你破案”、“在线游戏”、“社区交友”等诸多栏目;<br>
6.由于刚开张,急招社区管理人员。</td>
</tr>
</table>
</div>
<div id="Layer4" style="position:absolute; left:376px; top:411px; width:44px; height:23px; z-index:4">
<script>
var tc_user="cenozoic1";
var tc_class="15";
var tc_union="";
var tc_type="1";
</script>
<script src="http://stat.t2t2.com/stat.js"></script>
</div>
<div align="center"><img src="images/biaoti.gif" width="450" height="150"> </div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -