📄 huiyuan.asp
字号:
<!--#include file="../include/top.asp"-->
<%
If Len(session("ProductList")) <= 0 Then
Response.Redirect "NoBuy.htm"
response.end
end if
dim sql,guahao,youfei,ems
sql="select * from system where used=true"
set rs=conn.execute(sql)
guahao=rs("guahao")
youfei=rs("youfei")
ems=rs("ems")
rs.close
%>
<script language="JavaScript">
<!--
function Check()
{
return true;
}
//-->
</script>
<div align="center" class="unnamed1">
<center>
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="211" height="29" background="../images/bg2.gif"> </td>
<td width="567" rowspan="8" bgcolor="#FFFFFF">
<table width="475" border="0" cellspacing="1" cellpadding="0">
<tr bgcolor="#FFFFFF" align="center">
<td width="473"> <table bgcolor=#eeeeee border=0 cellpadding=0 cellspacing=0
height=20 width="100%">
<tbody>
<tr>
<td align=center bgcolor=#2b6da9 width=469><font color="#FFFFFF"><img src="file:///E|/shops/images/sb3.gif" border=0 align=absmiddle width="24" height="12"><strong> <font size="2">如果你是我们的会员,请输入你的帐号和密码,以完成此次购买过程:</font></strong></font></td>
<td width=4> </td>
</tr>
<tr>
<td bgcolor=#2b6da9 colspan=2 height=1></td>
</tr>
</tbody>
</table>
<form method="POST" action="hyjz.asp">
<br>
<input name="sum1" type="hidden" id="sum1" value="<%=request("sum1")%>">
<table border="0" width="314" height="188" cellpadding="0" align="center" cellspacing="8" class="HML">
<tr>
<td width="99" height="20" align="right"><div align="center"><font size="2">用
户 名</font>:</div></td>
<td width="191" height="20"> <input type="text" name="username" size="20"class="buttonface">
</td>
</tr>
<tr>
<td width="99" height="16" align="right"><div align="center"><font size="2">密
码</font>:</div></td>
<td width="191" height="16"> <input name="pwd" type="password"class="buttonface" id="pwd" size="20">
</td>
</tr>
<tr>
<td height="27" rowspan="3" align="center"><font size="2">商品送货方式:</font>
</td>
<td height="9" align="center"><font size="2">
<input name="you" type="radio" value="1" checked>
平邮 <%=youfei%>元</font></td>
</tr>
<tr>
<td height="10" align="center"><input type="radio" name="you" value="2">
<font size="2">挂号邮</font> <font size="2"><%=guahao%>元</font></td>
</tr>
<tr>
<td height="22" align="center">
<input type="radio" name="you" value="3">
<font size="2">EMS快递 <%=ems%>元</font></td>
</tr>
<tr>
<td colspan="2" height="27" align="center"><input type="submit" value="确 认 购 买" name="B1" class="buttonface">
<input type="reset" value="取 消 重 填" name="B2" class="buttonface">
</td>
</tr>
</table>
<br>
</form></td>
</tr>
</table></td>
</tr>
<!--#include file="../include/left.htm"-->
</table>
<br>
<br>
</center>
</div>
<!--#include file="../include/foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -