• reg


    <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>
  • 相关阅读:
    洛谷 P1886 滑动窗口(单调队列)
    POJ 2559 Largest Rectangle in a Histogram(单调栈)
    eclipse开发velocity实例(初学)
    Spring MVC 教程,快速入门,深入分析
    传智博客(JavaWeb方面的所有知识)听课记录(经典)
    JSP/SERVLET入门教程--Servlet 使用入门
    javaweb入门实例---servlet例子
    Eclipse快捷键大全(转载)
    简单java web应用程序搭建与部署
    Servlet 工作原理解析
  • 原文地址:https://www.cnblogs.com/iicoo/p/5281926.html
Copyright © 2020-2023  润新知