📄 index_three.asp
字号:
<%
Invoice_ID=request.form("Invoice_ID")
Person_Name=request.form("Person_Name")
Person_Sex=request.form("Person_Sex")
Person_Old=request.form("Person_Old")
Person_Add=request.form("Person_Add")
Person_Code=request.form("Person_Code")
Person_Email=request.form("Person_Email")
Person_Tel=request.form("Person_Tel")
%>
<html>
<head>
<title>第三步:确认注册的相关资料是否正确</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../zi.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" topmargin=0>
<%
Invoice_ID=request("Invoice_ID")
Person_Name=request("Person_Name")
Person_Sex=request("Person_Sex")
Person_Old=request("Person_Old")
Person_Add=request("Person_Add")
Person_Code=request("Person_Code")
Person_Email=request("Person_Email")
Person_Tel=request("Person_Tel")
%>
<table align=center border=0 cellpadding=0
cellspacing=0 width=750 class="sl">
<tbody>
<tr>
<td height=26><iframe border=0 frameborder=no height=25 marginheight=0 marginwidth=0
scrolling=no src="../top.htm" width=750></iframe> </td>
</tr>
</tbody>
</table>
<table width="750" border="0" align="center" class="unnamed2">
<tr>
<td width="172" bgcolor="6081CE" height="591" valign="top" background="../images/bg1.gif"><img src="../images/02092402.gif" width="200" height="267"></td>
<td width="562" valign="top" bgcolor="#ffce9c" height="591">
<table width="100%" border="0" bgcolor="6081CE" cellspacing="0" cellpadding="0">
<tr>
<td background="../images/bg1.gif"><font color="#FFFFFF"><b> 抽奖登记第三步:确认您的登记的相关信息:</b></font></td>
</tr>
</table>
<p>请确认您登记的资料是否正确:</p>
<form action="index_Four_Success.asp" method="post" id="form1" name="form1">
<input type=hidden name="Invoice_ID" value="<%=Invoice_ID%>">
<input type=hidden name="Person_Name" value="<%=Person_Name%>">
<input type=hidden name="Person_Sex" value="<%=Person_Sex%>">
<input type=hidden name=Person_Old value="<%=Person_Old%>">
<input type=hidden name=Person_Add value="<%=Person_Add%>">
<input type=hidden name=Person_Code value="<%=Person_Code%>">
<input type=hidden name=Person_Email value="<%=Person_Email%>">
<input type=hidden name=Person_Tel value="<%=Person_Tel%>">
<table width="90%" border="0" cellspacing="1" bgcolor="#66CC33" align="center" class="unnamed2">
<tr>
<td width="35%">发票号码: </td>
<td width="65%"> <%=Invoice_ID%> </td>
</tr>
<tr>
<td width="35%">请输入您的真实姓名:</td>
<td width="65%"><%=Person_Name%> </td>
</tr>
<tr>
<td width="35%">请选择您的性别:</td>
<td width="65%"> <%=Person_Sex%></td>
</tr>
<tr>
<td width="35%">请填写您的年龄:</td>
<td width="65%"> <%=Person_Old%></td>
</tr>
<tr>
<td width="35%">家庭地址:</td>
<td width="65%"> <%=Person_Add%></td>
</tr>
<tr>
<td width="35%">邮政编码:</td>
<td width="65%"> <%=Person_Code%></td>
</tr>
<tr>
<td width="35%">联系Email:</td>
<td width="65%"><%=Person_Email%></td>
</tr>
<tr>
<td width="35%">联系电话:</td>
<td width="65%"><%=Person_Tel%></td>
</tr>
</table>
<p align="center">
<input id="form1" name="submit1" type="submit" value="确 认">
</p>
<p>注:网上于2002年12月30日公布获奖名单后,请获奖者把订阅的邮局发票复印件寄至:</p>
<p>北京市东城区干面胡同51号 英语沙龙杂志社(收)</p>
<p>邮政编码:100010</p>
<p>以便我们的工作人员及时把奖金寄出。</p>
</form>
<p> </p>
</td>
</tr>
</table>
<table align=center border=0 cellpadding=0
cellspacing=0 width=750 class="sl">
<tbody>
<tr>
<td height=26><iframe border=0 frameborder=no height=150 marginheight=0 marginwidth=0
scrolling=no src="../buttom.htm" width=750></iframe> </td>
</tr>
</tbody>
</table>
</body>
</html>
<html></html>
<html></html>
<html></html>
<html></html>
<html></html>
<html></html>
<html></html>
<html></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -