📄 continueby.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="HMconnection.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--收费信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="http://127.0.0.1/newmovie/images/CNFNOT.ICO" rel="shortcut icon">
<LINK REL="stylesheet" HREF="style/style.css" TYPE="text/css">
</head>
<body bgcolor="#B2DBFD" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu=self.event.returnValue=false onselectstart="return false">
<table width="775" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#E5E5E5">
<tr>
<td width="100%">
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width="98%">
<tr> <td align="center">
<!--#include file="webtop.asp"-->
</td></tr>
</table>
<table align="center" cellspacing=0 cellpadding=0 width="98%" border=0 bgcolor="#FFFFFF">
<tbody>
<tr>
<td bgcolor="#0000FF" width="1"> </td>
<td valign=top width=196 background="style/orange.jpg "> <!--#include file="webleft.asp"--> <img height=1 src="images/spacer.gif" width=1></td>
<td valign=top width="578"> <table cellspacing=0 cellpadding=0 width="100%" align=center
bgcolor=#ffffff border=0>
<tbody>
<tr>
<td align="center" valign="middle">
<TABLE cellSpacing=0 cellPadding=0 width=504 border=0>
<TBODY>
<br><br>
<TR>
<TD align=middle colSpan=2><FONT color=#ff0000>会员续费---购买点数方式</FONT>
<HR noShade SIZE=1 width="90%">
</TD></TR>
<TR>
<TD><br>
<TABLE height=129 cellSpacing=1 cellPadding=0 width="66%"
align=center bgColor=#cccccc border=0>
<TBODY>
<TR>
<TD bgColor=#00CCFF height=18>
<DIV align=center><FONT color=#ffffff>收 费 标
准</FONT></DIV></TD></TR>
<TR>
<TD bgColor=#efefef>
<DIV align=center><FONT color=#000000>一般质量影片10点数</FONT></DIV></TD></TR>
<TR>
<TD bgColor=#efefef>
<DIV align=center><FONT color=#000000>10元 =
250点数</FONT></DIV></TD></TR>
<TR>
<TD bgColor=#efefef>
<DIV align=center><FONT color=#000000>30元 =
1500点数</FONT></DIV></TD></TR>
<TR>
<TD bgColor=#efefef>
<DIV align=center><FONT color=#000000>50元 =
2500点数</FONT></DIV></TD></TR>
<TR>
<TD bgColor=#efefef>
<DIV align=center><FONT color=#000000>100元 =
6500点数<BR><FONT
color=#ff0000>(根据您付款的金额,我们将以最有利顾客的方式给予点数!)</FONT></FONT></DIV></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD><br>
<TABLE cellSpacing=5 cellPadding=5 width=334 align=center
border=0><FORM action=savecon.asp method=post>
<TBODY>
<TR>
<TD width="32%">
<DIV align=right><FONT color=#000000>用户帐号:</FONT></DIV></TD>
<TD width="68%"><FONT color=#000000><INPUT size=15 value="<%=session("Username")%>" name=username readonly> <FONT color=#ff0000>*</FONT>
</FONT></TD></TR>
<TR>
<TD width="32%">
<DIV align=right><FONT color=#000000>购卡金额:</FONT></DIV></TD>
<TD width="68%"><FONT color=#000000>
<input type="text" name="money" size="10"><FONT
color=#ff0000> 元* </FONT></FONT></TD></TR>
<TR>
<TD width="32%">
<DIV align=right>付款方式:</DIV></TD>
<TD width="68%"><FONT color=#000000><SELECT name=moneyfs>
<OPTION value="邮局汇款">邮局汇款</OPTION> <OPTION value="工行转帐"
selected>工行转帐</OPTION> <OPTION
value="建行转帐">建行转帐</OPTION></SELECT> <FONT color=#ff0000>*
</FONT></FONT></TD></TR>
<TR>
<TD width="32%">
<DIV align=right><FONT color=#000000>付款时间:</FONT></DIV></TD>
<TD width="68%"><FONT color=#000000><INPUT size=18 value="<%=now()%>" name=payTime onFocus="this.value=''"> <FONT color=#ff0000>* </FONT></FONT></TD></TR>
<TR>
<TD width="32%">
<DIV align=right><FONT color=#000000>E_mail:</FONT></DIV></TD>
<TD width="68%"><FONT color=#000000><INPUT size=18 name=email> <FONT color=#ff0000>* </FONT></FONT></TD></TR>
<TR>
<TD width="32%">
<DIV align=right><FONT color=#000000>联系方式:</FONT></DIV></TD>
<TD width="68%"><FONT color=#000000><INPUT value="QQ号或手机号…" name=qq onFocus="this.value=''"> </FONT></TD></TR>
<TR>
<TD align=middle colSpan=2><INPUT style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" type=submit value=提交 name=submit>
<INPUT style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" type=reset value=清除 name=submit2>
<INPUT style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" type="submit" value="包月式" name=submit3 onClick="javascript:document.URL='continue.asp';return false;">
<BR></TD></TR></FORM></TBODY></TABLE></TD></TR></TBODY></TABLE>
</td>
</tr>
</tbody>
</table>
</td>
<td width="1" bgcolor="#0000FF"></td>
</tr>
</tbody>
</table>
<div align="center">
<!--#include file="webbottom.asp"-->
</div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -