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

📄 sell.asp

📁 AspEase Auction System Ver2.0/动易拍卖系统 Ver2.0
💻 ASP
📖 第 1 页 / 共 2 页
字号:
response.Write("</table>")
end sub
sub preview
auc_ItemTitle = chkbadwords(request("auc_ItemTitle"),"goods")
ImageURL = request("ImageURL")
if trim(ImageURL)="" then
	ImageURL="images/nopic.gif"
else
	if instr(ImageURL,".gif")>0 or instr(ImageURL,".jpg")>0 or instr(ImageURL,".bmp")>0 then
		if len(ImageURL)-instrrev(ImageURL,".")=3 then
			ImageURL=request("ImageURL")
		else
			ImageURL="images/nopic.gif"
		end if
	else
		ImageURL="images/nopic.gif"	
	end if
end if
auc_StartingBid = request("auc_StartingBid")
auc_ReservePrice = request("auc_ReservePrice")
auc_MinimumIncrement = request("auc_MinimumIncrement")
auc_Description = server.htmlencode(request("auc_Description"))
auc_Buyprice = request("auc_Buyprice")
Days = request("Days")
Catid = request("Catid")
auc_Limitornot = request("auc_Limitornot")
auc_Oldornew = request("auc_Oldornew")
auc_Mendornot = request("auc_Mendornot")
auc_Invoiceornot = request("auc_Invoiceornot")
auc_Feeofdeliver = request("auc_Feeofdeliver")
auc_Meansofpayment = request("auc_Meansofpayment")
auc_MeansofDeliver = request("auc_MeansofDeliver")
auc_Num = request("auc_Num")
auc_Isbuygoods = request("auc_Isbuygoods")
response.Write("<table width=""760"" border=""0"" cellspacing=""1"" align=""center"" class=border1b>")
response.Write("  <form name=""myform"" method=""post"" action=""?action=save"">")
response.Write("    <input type=""hidden"" name=""auc_ItemTitle"" value=""")
response.Write(auc_ItemTitle)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_Num"" value=""")
response.Write(auc_Num)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""Catid"" value=""")
response.Write(Catid)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""ImageURL"" value=""")
response.Write(ImageURL)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_Description1"" value=""")
response.Write(auc_Description)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_StartingBid"" value=""")
response.Write(auc_StartingBid)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_MinimumIncrement"" value=""")
response.Write(auc_MinimumIncrement)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_ReservePrice"" value=""")
response.Write(auc_ReservePrice)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_Buyprice"" value=""")
response.Write(auc_Buyprice)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_Oldornew"" value=""")
response.Write(auc_Oldornew)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_Mendornot"" value=""")
response.Write(auc_Mendornot)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_Invoiceornot"" value=""")
response.Write(auc_Invoiceornot)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_Feeofdeliver"" value=""")
response.Write(auc_Feeofdeliver)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_Meansofpayment"" value=""")
response.Write(auc_Meansofpayment)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_Limitornot"" value=""")
response.Write(auc_Limitornot)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_MeansofDeliver"" value=""")
response.Write(auc_MeansofDeliver)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""Days"" value=""")
response.Write(Days)
response.Write(""">")
response.Write("    <input type=""hidden"" name=""auc_Isbuygoods"" value=""")
response.Write(auc_Isbuygoods)
response.Write(""">")
response.Write("    <tr> ")
response.Write("      <th colspan=4>")
response.Write(easeletyoucheck)
response.Write(" ")
response.Write("        <input type=""submit"" name=""Submit"" value=""")
response.Write(easeconfirmbutton)
response.Write(""">")
response.Write("      </th>")
response.Write("    </tr>")
response.Write("    <tr> ")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easegoodsname)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_ItemTitle)
response.Write(" </td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easeauctiondays)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2> ")
response.Write(Days)
response.Write(" </td>")
response.Write("    </tr>")
response.Write("    <tr> ")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easegoodsnum)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_Num)
response.Write(" </td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easegoodsoldornew)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_Oldornew)
response.Write("</td>")
response.Write("    </tr>")
response.Write("    ")
 If fval(rst("auc_Isbuygoods"))=1 then 
response.Write(" ")
response.Write("    <tr> ")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easeykjname)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2> ")
response.Write(easeykjvaluechoice(0))
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easeykjname)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_Buyprice)
response.Write(" ")
 End If 
response.Write(" </td>")
response.Write("    </tr>")
response.Write("    <tr> ")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easemend)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_Mendornot)
response.Write(" </td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easefapiao)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_Invoiceornot)
response.Write("</td>")
response.Write("    </tr>")
response.Write("    <tr> ")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easestartprice)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_StartingBid)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easeyunfei)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_Feeofdeliver)
response.Write("</td>")
response.Write("    </tr>")
response.Write("    <tr> ")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easeincreprice)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_MinimumIncrement)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easezhifu)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_Meansofpayment)
response.Write("</td>")
response.Write("    </tr>")
response.Write("    <tr> ")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easereserveprice)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_ReservePrice)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(easesonghuo)
response.Write("</td>")
response.Write("      <td width=""25%"" class=tdbg2>")
response.Write(auc_MeansofDeliver)
response.Write("</td>")
response.Write("    </tr>")
response.Write("    <tr> ")
response.Write("      <td width=""25%"" colspan=""4"" class=tdbg2> ")
response.Write(easegoodsimage)
response.Write("  ")
response.Write("      </td>")
response.Write("    </tr>")
response.Write("    <tr align=""center""> ")
response.Write("      <td width=""25%"" colspan=""4"" class=tdbg2><img src=""")
response.Write(ImageURL)
response.Write(""" border=""0""></td>")
response.Write("    </tr>")
response.Write("    <tr> ")
response.Write("      <td width=""25%"" colspan=""4"" class=tdbg2>")
response.Write(easedescription)
response.Write("</td>")
response.Write("    </tr>")
response.Write("    <tr align=""center""> ")
response.Write("      <td width=""25%"" colspan=""4"" class=tdbg2> ")
response.Write("        <textarea cols=""120"" rows=""7"" wrap=""hard"" name=""auc_Description"">")
response.Write( auc_Description)
response.Write("</textarea>")
response.Write("      </td>")
response.Write("    </tr>")
response.Write("    <tr> ")
response.Write("      <td width=""25%"" colspan=""4"" class=tdbg2> ")
response.Write("        <input type=""submit"" name=""Submit2"" value=""")
response.Write(easeconfirmbutton)
response.Write(""">")
response.Write("      </td>")
response.Write("    </tr>")
response.Write("  </form>" & aspeasetableclose)
end sub
'=========================================================
'Copyright (C) 2003-2004 AspEase.Com. All rights reserved.
'Web: http://www.aspease.com
'Email: byhucn@126.com,lzz9812@163.com
'=========================================================
'
'FileName: sell.asp
'Version:2.0
'UpdateTime: 2004-10-4 14:35:31
'Script Written by www.aspease.com 
'=========================================================%> 

⌨️ 快捷键说明

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