📄 viewdetails.asp
字号:
<!--#include file="conn.asp" -->
<!-- #include file="inc/info.asp" -->
<!-- #include file="inc/const.asp" -->
<%response.Buffer=true
'=========================================================
'Copyright (C) 2003-2004 AspEase.Com. All rights reserved.
'Web: http://www.aspease.com
'Email: byhucn@126.com,lzz9812@163.com
'=========================================================
'
'FileName: viewdetails.asp
'Version:2.0
'UpdateTime: 2004-10-3 22:39:12
'Script Written by www.aspease.com
'=========================================================
id=FVal(rst("aucid"))
sql ="select * from auctions where auc_id="&sqlval(id)
set rs=conn.execute(sql)
stats= rs("auc_itemtitle") &"--"&easedescription
header
navigation
response.Write("<table width=""760"" border=""0"" align=""center"" cellpadding=""0"" cellspacing=""0"" class=border1y>")
'response.Write(" <tr> ")
'response.Write(" <th height=""25""><b>" & easegoodsname & ":" & chkbadwords(rs("auc_itemtitle"),"goods") & "</b></th>")
'response.Write(" </tr>")
'response.Write(" <tr align=""left""> ")
'response.Write(" <th width=""974"" height=""25""><b>" & easedescription & "</b></th>")
'response.Write(" </tr>")
response.Write(" <tr class=tdbg2> ")
response.Write(" <td width=""974""> ")
response.Write(Printout(rs("auc_Description")) )
response.Write("</td>")
response.Write(" </tr>")
response.Write("</table>")
call activeonline()
footer
'=========================================================
'Copyright (C) 2003-2004 AspEase.Com. All rights reserved.
'Web: http://www.aspease.com
'Email: byhucn@126.com,lzz9812@163.com
'=========================================================
'
'FileName: viewdetails.asp
'Version:2.0
'UpdateTime: 2004-10-3 22:39:12
'Script Written by www.aspease.com
'=========================================================%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -