📄 pay.asp
字号:
<!--#include file="conn.asp"-->
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<title>Pay online</title>
<link href=img/css.css rel=STYLESHEET type=text/css>
</head>
<body topmargin="0">
<FORM name=theForm action=http://www.1st-pay.net/work/work.asp method=post target=_blank onSubmit="return Juge(this)" >
<table width="300" border="0" cellspacing="1" cellpadding="1">
<tr>
<td colspan="3" align="center"><b>Pay online</b></td>
</tr>
<tr>
<td width="31%"></td>
<td colspan="2">
<script language="JavaScript" src="http://www.1st-pay.net/js/checkpaylist.js">
</script>
<input type="hidden" name="username" value="freebuy">
<input type="hidden" name="leixing" value="3">
</td>
</tr>
<tr>
<td width="31%">Name:</td>
<td colspan="2">
<input maxlength="50" name="name" size="20">
</td>
</tr>
<tr>
<td width="31%">Email:</td>
<td colspan="2">
<input maxlength="50" name="email" size="20">
</td>
</tr>
<tr>
<td width="31%">Phone Number:</td>
<td colspan="2">
<input maxlength="50" name="tel" size="20">
</td>
</tr>
<tr>
<td width="31%">Address:</td>
<td colspan="2">
<input maxlength="50" name="address" size="20">
</td>
</tr>
<tr>
<td width="31%">Product:</td>
<td colspan="2">
<input name="shopname" size="20">
</td>
</tr>
<tr>
<td width="31%">Total Cash:</td>
<td colspan="2">
<input name="cash" size="20">RMB
</td>
</tr>
<tr>
<td width="31%">Other:</td>
<td colspan="2">
<textarea name="note" cols="30" rows="5"></textarea>
</td>
</tr>
<tr>
<td width="31%" rowspan="4">Paymment:
<script language="">
function payfangshi1check(){
payfangshi1.style.display = "";
payfangshi2.style.display = "none";
payfangshi3.style.display = "none";
payfangshi4.style.display = "none";
}
</script>
<script language="">
function payfangshi2check(){
payfangshi2.style.display = "";
payfangshi1.style.display = "none";
payfangshi3.style.display = "none";
payfangshi4.style.display = "none";
}
</script>
<script language="">
function payfangshi3check(){
payfangshi3.style.display = "";
payfangshi1.style.display = "none";
payfangshi2.style.display = "none";
payfangshi4.style.display = "none";
}
</script>
<script language="">
function payfangshi4check(){
payfangshi4.style.display = "";
payfangshi1.style.display = "none";
payfangshi2.style.display = "none";
payfangshi3.style.display = "none";
}
</script>
</td>
<td colspan="2" rowspan="4">
<input type="radio" name="payfangshi" value="1" checked onclick=payfangshi1check()>
Bank
<input type="radio" name="payfangshi" value="2" onClick=payfangshi2check()>
Mobile telephone
<br><input type="radio" name="payfangshi" value="3" onClick=payfangshi4check()>
IP
<input type="radio" name="payfangshi" value="4" onClick=payfangshi3check()>
1st-pay </td>
</tr>
<tr> </tr>
<tr> </tr>
<tr> </tr>
<tr>
<td colspan="3">
<table width="100%" border="0" cellspacing="0" cellpadding="0" id=payfangshi1>
<tr>
<td width="33%">kind of bank card:</td>
<td width="67%">
<select name="fangshi">
<option value="01" selected>RMB</option>
<option value="02">Foreign currency</option>
</select>
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id=payfangshi2 style="DISPLAY: none">
<tr>
<td width="33%">Mobile telephone Number:</td>
<td width="67%">
<input maxlength="50" name="handphone" size="20" value="13">
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id=payfangshi3 style="DISPLAY: none">
<tr>
<td width="33%">1st-pay username:</td>
<td width="67%">
<input maxlength="50" name="1stusername" size="10">
<a href="http://www.1st-pay.net/index.asp?refer=#part1" target="_blank">register</a>
</td>
</tr>
<tr>
<td width="33%">1st-pay password:</td>
<td width="67%">
<input maxlength="50" name="1stpassword" size="20" type="password">
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id=payfangshi4 style="DISPLAY: none">
<tr>
<td colspan="2">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td colspan="3">
<div align="center"><input type=submit value="Submit" name=Submit>
<input type=reset value="Reset" name=Submit2>
<br>
</div>
</td>
</tr>
</table></form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -