?? preaucbid.asp
字號(hào):
<!-- #include file="inc/char.asp" -->
<%
call chk(rst("bidtype"),"char")
%>
<!-- #include file="conn.asp" -->
<!-- #include file="chksession.asp" -->
<!-- #include file="head.asp" -->
<%
response.buffer=true
'on error resume next
sqlget = "select * from users where regname<>'' and regaddress1<>'' and regaddress2<>'' and regusername='" &session("user")&"'"
set rsget =conn.execute(sqlget)
'--------判斷是否注冊了詳細(xì)資料或者是否注冊了詳細(xì)資料---------
if rsget.eof then
response.write "<script language=javascript>alert('你還沒有填寫詳細(xì)信息或者你注冊的資料還沒有通過審核!');this.location.href='vqqqinfo_change.asp';</script>"
response.end
'--------判斷帳號(hào)是否被鎖定---------
elseif rsget("regadmin")="Y" then
response.write "<script language=javascript>alert('你的帳號(hào)已經(jīng)被管理員鎖定,請聯(lián)系管理員!');this.location.href='index.asp';</script>"
response.end
'---------------------------------------------------------
elseif rsget("credit")<cint(rst("limit")) then
response.write "<script language=javascript>alert('賣家要求信用等級(jí)限制,你的等級(jí)未能滿足要求!');this.location.href='index.asp';</script>"
response.end
else
sUser = session("user")
auc_title=rst("auc_title")
auc_place=rst("auc_place")
zhifu=rst("zhifu")
getnum=rst("getnum")
yunfei=rst("yunfei")
aucItemOwner=rst("aucItemOwner")
bid_price = FVal(Request.Form("bid_price"))
auc_id = FVal(Request.Form("auc_id"))
end if
%>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=760>
<tr>
<td height="5"></td>
</tr>
</table>
<% if rst("bidtype")="bid" then %>
<table width="760" border="0" cellspacing="1" cellpadding="0" id="bg01" class=tablebg align=center>
<tr class=titletd>
<td align="center" id="bg02" height="25" colspan="4"><b>請進(jìn)行出價(jià)確認(rèn)</b></td>
</tr>
<tr class=td>
<td height="20" width="100" align="right">商品名稱:</td>
<td height="20" width="300" align="left"> <%=auc_title%></td>
<td height="20" width="100" align="right">商品所在地:</td>
<td height="20" align="left"> <%=auc_place%></td>
</tr>
<tr class=td>
<td height="20" align="right" width="100">您的最高出價(jià):</td>
<td height="20" align="left" width="300"> <%=bid_price%> 元</td>
<td height="20" align="right" width="100">誰負(fù)擔(dān)運(yùn)費(fèi):</td>
<td height="20"align="left"> <%=yunfei%> </td>
</tr>
<tr class=td>
<td height="20" align="right" width="100">購買數(shù)量:</td>
<td height="20" align="left" width="300"> <%=getnum%> 件</td>
<td height="20" align="right" width="100">支付方式:</td>
<td height="20" align="left"> <%=zhifu%></td>
</tr>
</table>
<% elseif rst("bidtype")="ykjbid" then %>
<table width="760" border="0" cellspacing="1" cellpadding="0" id="bg01" class=tablebg align=center>
<tr class=titletd>
<td align="center" id="bg02" height="25" colspan="4"><b>請進(jìn)行出價(jià)確認(rèn)</b></td>
</tr>
<tr class=td>
<td height="20" width="100" align="right">商品名稱:</td>
<td height="20" width="300" align="left"> <%=auc_title%></td>
<td height="20" width="100" align="right">商品所在地:</td>
<td height="20" align="left"> <%=auc_place%></td>
</tr>
<tr class=td>
<td height="20" align="right" width="100">您的一口價(jià):</td>
<td height="20" align="left" width="300"> <%=bid_price%> 元</td>
<td height="20" align="right" width="100">誰負(fù)擔(dān)運(yùn)費(fèi):</td>
<td height="20"align="left"> <%=yunfei%> </td>
</tr>
<tr class=td>
<td height="20" align="right" width="100">購買數(shù)量:</td>
<td height="20" align="left" width="300"> <%=getnum%> 件</td>
<td height="20" align="right" width="100">支付方式:</td>
<td height="20" align="left"> <%=zhifu%></td>
</tr>
</table>
<%
else
errors("你選擇要求的出價(jià)方式!")
%>
<% end if %>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
<form method=post action=saveaucbid.asp>
<tr align="center">
<td>
<% bidtype=rst("bidtype") %>
<input type="hidden" name="bidtype" value='<%=bidtype%>'>
<input type=hidden name=limit value="<%=rst("limit")%>">
<input type="hidden" name="auc_title" value='<%=auc_title%>'>
<input type="hidden" name="auc_place" value='<%=auc_place%>'>
<input type="hidden" name="bid_price" value='<%=bid_price%>'>
<input type="hidden" name="getnum" value='<%=getnum%>'>
<input type="hidden" name="zhifu" value='<%=zhifu%>'>
<input type="hidden" name="yunfei" value='<%=yunfei%>'>
<input type="hidden" name="auc_id" value='<%=auc_id%>'>
<input type="hidden" name="bidItemID" value='<%=bidItemID%>'>
<input type="hidden" name="bidItemsonID"value='<%=bidItemsonID%>'>
<input type="hidden" name="BidderID" value='<%=BidderID%>'>
<input type=hidden name="aucItemOwner" value="<%=aucItemOwner%>">
<input name="bt13" type=submit id="b1" STYLE="color: white;border-color: #CECBCE; background-color: #EF7608;" o1nClick="calc()" value=" 好了我已經(jīng)確認(rèn)了 " >
<input name="bt132" type=button id="b1" style="color: white;border-color: #CECBCE; background-color: #EF7608;" o1nclick="calc()" value=" 取消并返回商品搜索面 " onclick="javascript:history.back();">
</td>
<td></td>
</tr>
</form>
</table>
<!-- #include file="bottom.asp" -->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -