码迷,mamicode.com
首页 > 其他好文 > 详细

3代认证_支付宝接口

时间:2015-01-12 22:22:58      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.0 transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
.table-login{border:1px solid #b8d4e8;}
.button-login{text-align:center; color:#fff; cursor:pointer; background-color:#005eac; border:1px solid #124680;}
</style>
<!--[if lt IE 9]>
	<script src="js/css3-mediaqueries.js"></script>
<![endif]-->
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/encode.js" type="text/javascript"></script>
<script src="http://www.zhouein.com/wayos_api/v3_web.js" type="text/javascript"></script>

</head>

<body oncontextmenu=‘return false;‘ style="background-color:#000079">

<table cellpadding="2" cellspacing="2" class="table-login" style="background-color:#005AB5">
	<tr>
		<td colspan="2" align="center">
			<font size=18><b>上网认证登录</b></font>
			<hr size="1" />
		</td>
	</tr>
	<tr>
		<td align="right" id="td_usr">账号:</td>
		<td>
			<input name="usr" id="usr" type="text" maxlength="31" onClick="val_edit(this);" onChange="val_edit(this);">
		</td>
	</tr>
	<tr>
		<td align="right" id="td_pwd">密码:</td>
		<td>
			<input name="pwd" id="pwd" type="password" maxlength="31" onClick="val_edit(this);" onChange="val_edit(this);">
		</td>
	</tr>
	<tr>
		<td> </td>
		<td>
			<input name="save" id="save" type="checkbox" onClick="save_ck(this);">记住密码
			<input name="auto" id="auto" type="checkbox" onClick="auto_ck(this);">自动登录
		</td>
	</tr>
	<tr>
		<td> </td>
		<td>
			<input type="button" id="tijiao" value="登 录" onclick=‘tijiao()‘>
			 
			<a href="javascript:void(0);" onClick="newuser();">忘记密码</a>
		</td>
	</tr>
	<tr>
		<td colspan="2">
			<hr size="1" />
			<span style="float:left">还没有开通你的上网帐号?</span>
			<a style="float:right;" href="javascript:void(0);" onClick="newuser();">立即注册</a>
		</td>
	</tr>
	<tr>
		<td colspan="2" align="center">
			<hr size="1" />
			<font size=5>收费网络!需要付费使用!</font>
		</td>
	</tr>
		<td colspan="2">
			<hr size="1" />
			4M包月30.00元<限制一设备><a href="javascript:void(0);" onClick="zhifu(30);">支付宝购买</a>  4M包年300.00元<a href="javascript:void(0);" onClick="zhifu(300);">支付宝购买</a>
		</td>
	</tr>
	<tr>
		<td colspan="2">
			<hr size="1" />
			6M包月60.00元<限制一设备><a href="javascript:void(0);" onClick="zhifu(60);">支付宝购买</a>  6M包年600.00元<a href="javascript:void(0);" onClick="zhifu(600);">支付宝购买</a>
		</td>
	</tr>
	<tr>
		<td colspan="2">
			<hr size="1" />
			10M包月80.00元<限制一设备><a href="javascript:void(0);" onClick="zhifu(80);">支付宝购买</a>  10M包年800.00元<a href="javascript:void(0);" onClick="zhifu(800);">支付宝购买</a>
		</td>
	</tr>
	
	<tr>
		<td colspan="2" id="test">
			
		</td>
	</tr>
</table>

</body>
</html>

  

3代认证_支付宝接口

标签:

原文地址:http://www.cnblogs.com/zhouein/p/4219865.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!