?? left.asp
字號(hào):
<!--#include file="conn.asp" -->
<%
if not session("checked")=2 then
response.Redirect "login.asp"
else
end if
%>
<%
exec="select * from user"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>網(wǎng)站管理系統(tǒng)</title>
<link href="../css/index.css" rel="stylesheet" type="text/css" />
<link href="../css/alink.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="#ffffff">
<table width="96" border="0" align="center" cellpadding="3" cellspacing="0">
<tr>
<td align="center"> 歡迎:
<% =session("uname") %> </td>
</tr>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td align="center"><a href="../index.asp" target="mainFrame">網(wǎng)站首頁(yè)</a></td>
</tr>
<tr>
<td align="center"><a href="xwtj.asp" target="mainFrame">留言 / 管理</a></td>
</tr>
<tr>
<td align="center"><a href="right.asp" target="mainFrame">內(nèi)容管理</a></td>
</tr>
<tr>
<td align="center"><a href="del.asp" target="mainFrame"></a></td>
</tr>
<tr>
<td align="center"><a href="set.asp" target="mainFrame">個(gè)人信息</a></td>
</tr>
<tr>
<td align="center"><a href="../logon.asp" target="_parent">退出管理</a></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -