You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12345678910111213 |
- <html>
- <script type="text/javascript">
- function tiao(){
- var url="http://xmwxc.zhizhuchuxing.cn/wechat/WxPay/pay/onlinePay.php?name=����&orderid=qw111111&money=11";
- location.href=encodeURI(url);
- }
- </script>
- <body style="background-color:transparent;">
- <div align="center">
- <button style="width:210px; height:50px; border-radius: 15px;background-color:#FE6714; border:0px #FE6714 solid; cursor: pointer; color:white; font-size:16px;" type="button" onclick="tiao()" >����֧��</button>
- </div>
- </body>
- </html>
|