<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "
http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>阿牛登记</title>
<script type="text/javascript">
function check(ff){
if(ff.buyerNick.value == ""){
alert("买家旺旺不能为空");
return false;
}
/* if(ff.code.value == ""){
alert("验证码不能为空");
return false;
} */
return true;
}
function changeCode(){
document.getElementById("changeImg").setAttribute("src", "imageCode?time=" + (new Date()).getTime());
}
function load(){
if(document.getElementById("dengjiResult").value==""){
return;
}
alert(document.getElementById("dengjiResult").value);
}
</script>
</head>
<body onload="load()">
<input id="dengjiResult" type="hidden" value=""/>
<div style="text-align: center;margin-top: 30px;" align="center">
<div style="height: 30px;" align="center">
<div style="text-align: center;margin-left: 10px;color: red;font-weight: bold;">
</div>
</div>
<form action="buyerDengji" method="post" onsubmit="return check(this);">
<div style="height: 30px;">
<input type="text" name="buyerNick" style="width: 150px;height: 30px;line-height: 30px;padding: 0px 5px;border: 1px #00678E solid;font-size: 14px;vertical-align: middle;" placeholder="输入旺旺昵称" autocomplete="off"/>
<!-- <input type="text" name="code" style="width: 50px;height: 30px;line-height: 30px;padding: 0px 5px;border: 1px #00678E solid;font-size: 14px;vertical-align: middle;" placeholder="验证码" autocomplete="off"/>
<img id="changeImg" style="vertical-align: middle;cursor: pointer" alt="验证码" onclick="changeCode()" src="imageCode"> -->
<input class="button blue" type="submit" value="包邮登记" style="padding: 5px 10px;height: 30px;vertical-align: middle;background: #00678E;color: #fff;border: none;cursor: pointer;" >
</div>
</form>
</div>
<div style="text-align: center;font-size: 14px;color: #999;margin: 0 auto;" >
<p>
每天仅需登记一次。每天凌晨5点-6点不要登记
</p>
<p style="color: red;">
请把本站加入收藏以方便明天的登记
</p>
</div>
<div style="margin-top: 800px;">
<div>
<script language="javascript" type="text/javascript" src="
http://js.users.51.la/17531387.js"></script>
<noscript><a href="
http://www.51.la/?17531387" target="_blank"><img alt="我要啦免费统计" src="
http://img.users.51.la/17531387.asp" /></a></noscript>
</div>
</div>
</body>
</html>