<div class="login-module"> <div class="wide c login"> <form id="regform" method="post" action="saveuser.asp" onsubmit="return checkreg()"> <div class="fl login-left"> <h1>新会员注册</h1> <ul> <li><label>登陆账号:</label><input type="text" id="username" name="username" placeholder="手机号/邮箱/用户名"></li> <li><label>登陆密码:</label><input type="password" id="userpassword" name="userpassword" placeholder="输入密码!"></li> <li><label>确认密码:</label><input type="password" id="repassword" name="repassword" placeholder="再次确认密码!"></li> <li><label class="check-code-txt">联系QQ:</label><input type="text" name="qq" id="qq" onchange="chkqqhf()"></li> <li class="undis"><label class="check-code-txt pl10"> Email:</label> <input type="text" name="email" id="email"></li> <li><label class="check-code-txt">验 证 码:</label><span class="reg_tab_cinpt"><input name="checkcode" id="checkcode" type="text" class="check-code"></span><span class="reg_tab_img"><img src="inc/checkcode2.asp" align="absmiddle" alt="换一张" name="gcodestr2" onclick="reloadcode2();return false;" id="gcodestr2"></span><span class="reg_tab_fresh"><a href="javascript:;" title="重新获取验证码" onclick="reloadcode2();return false;">重新获取验证码</a></span><span id="checkcodeSpan" style="line-height:33px"><em>输入验证码</em></span></li> </ul> <div class="login-btn-box"> <input type="submit" name="button" id="button" class="button red" value="立即注册"> <!--<button name="btn_sub" class="button red" id="btn_sub" user_login(); return false;">登录</button>--> </div> </div> </form> <div class="fr login-right"> <h2>已经是会员了。</h2> <p><a class="goto-reg" href="login.asp">登录</a></p> <h2 class="pt20" style="font-size: 20px;">合作网站账号登录</h2> </div> </div> </div>