电话
13363039260
<script> function checkme() for each ob in radio1 if ob.checked then window.alert ob.value next end function </script><body> <input name=&q......
<script. language=Javascript> function cc(dd,dadd) { //可以加上错误处理 var a = new Date(dd) a = a.valueOf() a = a - dadd * 24 * 60 * 60 * 1000 a = new Date(a) al......
<textarea rows=1 name=s1 cols=27 onpropertychange="this.style.posHeight=this.scrollHeight"> </textarea>...
<script>function checkNum(str){return str.match(/\\D/) == null}alert(checkNum("1232142141"))alert(checkNum("123214214a1"))</script&......
body {background-image:url(logo.gif);background-repeat:no-repeat; background-position:center;background-attachment: fixed}...
<body onload="top.resizeTo(300,200);"> <body onload="top.moveBy(300,200);"> //打开页面的位置...
<form. name="form1"method="post" action="mailt****@***.com"enctype="text/plain"><input type=submit> </for......