📄 muser.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="nimda/config.asp"-->
<!--#include file="edulcni/conn.asp"-->
<!--#include file="edulcni/chk.asp"--> <%
set rs=server.CreateObject("adodb.recordset")
rs.open "select book from [user] where UserName='"&request.cookies(cookieName)("UserName")&"' ",conn,1,1
if rs.eof and rs.bof then
call MsgBox("错误:此用户记录不存在!","Back","None")
end if
dim msg
msg=rs("book")
rs.close
set rs=nothing%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>E书部落—网上书城</title>
<link href="style.css" rel="stylesheet" type="text/css"></head>
<body>
<!--#include file="head.htm"-->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="218" align="left" valign="top" style="border-left: 1px dotted #65A8CF; border-top: 1px dotted #65A8CF; border-bottom: 1px dotted #65A8CF"><!--#include file="uleft.asp"--></td><td width="560" align="left" valign="top" style="border-left: 1px dotted #65A8CF; border-right:1px dotted #65A8CF; border-top: 1px dotted #65A8CF; border-bottom: 1px dotted #65A8CF">
<br> <table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/w.gif" width="18" height="18"></td>
<td style="color:#415373">消息中心</td>
</tr>
</table> <br> <br> <table width="90%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td><TABLE cellSpacing="0" cellPadding="2" width="90%" align="center" border="0">
<TBODY>
<TR>
<TD>欢迎您来到E书部落—网上书城,祝购物您愉快</TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table> <br> <br> <br>
</td>
</tr>
</table>
<!--#include file="foot.htm"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -