⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sellauc_success.asp

📁 . 缓存处理技术
💻 ASP
字号:
<!-- #include file="top_cnbbr.asp" -->
<!-- #include file="chksession.asp" -->
<%
if Cstr(Request.QueryString("aucid"))<>cstr(session("aucid")) then
   response.write"<script language='javascript'>alert('出错了,请勿越权操作!');history.back(-1);</script>"
   response.end
end if

sql="select aucid,aucitemtitle,aucimageurl from auctions where aucid="& session("aucid") &" and aucitemowner="& Request.Cookies(super_user)("uid")
set rs=conn.execute(sql)
CnbbrConnTimes
if rs.eof then
   response.write"<script language='javascript'>alert('出错了,此商品不属于你或者不能再上传商品图片!');this.location.href='sellauc.asp';</script>"
   response.end
end if

Response.Write Cnbbr_head
	Dim SiteMenu_Width,SiteMenu_Left,SiteMenu_Right
	SiteMenu_Width=Sys_BodyCenterWidth
	SiteMenu_Left="SellAuc.asp|[menu]|出售商品||[menu]||###|[menu]|商品信息发布成功||[menu]||###|[menu]|商品图片上传"
	SiteMenu_Right=""
	Response.Write CnbbrSiteMenu(SiteMenu_Width,SiteMenu_Left,SiteMenu_Right)
%>
<table border="0" cellspacing="0" width=<%=Sys_BodyCenterWidth%> height=320 cellpadding="4" align="center" class=td>
<tr>
<td width="20%" rowspan="3"><img src="Skins/<%=Skins_Folder%>/sellsuccess.gif" border="0"></td>
<td width="80%" height=268>
<!-- #include file="upfile/index.asp" -->
</td>
</tr>
<tr>
<td align=center valign=top>商品图片上传提示:图片文件格式为 <%=UPFILE_TYPE%>,大小限制为 <%=UPFILE_MAXSIZE%> K</td>
</tr>
<tr>
<td align=center valign=top>
<table cellpadding=0 cellspacing=0 width=100% align=center border=0>
<form name=finishform method=post action="bbr_Sell_auction.asp">
<tr>
<td align=left><input type="submit" name="finish" value="完成商品发布"></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<% Response.Write Cnbbr_Bottom %>

⌨️ 快捷键说明

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