⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 register.aspx

📁 小说网(c#)版源程序,学习还是不错滴,大家可以下载下来看看.
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="register.aspx.cs" Inherits="_register" Debug="true" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>大众小说网</title>
    <meta name="author" content="Qiezi" />
    <meta name="description" content="本站含玄幻、奇幻、武侠、仙侠、都市、言情、历史、军事、游戏、竞技、科幻和灵异小说,全部小说免费,支持cookie书库和全文阅读!" />
    <meta name="keywords" content="玄幻,奇幻,武侠,仙侠,都市,言情,历史,军事,游戏,竞技,科幻,灵异,小说" />
    <meta name="robots" content="all" />
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <link href="Style.css" rel="stylesheet" type="text/css" />
    <script src="register.js" type="text/javascript"></script>
</head>
<body style="margin:0px 0px 0px 0px;color:#9c5006; text-align:center;">
    <form id="form1" runat="server" onsubmit="return checkform();">
    <div style="width:600px; margin-top:100px;border:gray 1px solid; text-align:left; height:300px;">
        <div style="margin-top:20px; margin-left:30px;">
            <div style="text-align:center; margin-left:-30px; font-size:15px; color:red;">用&nbsp;&nbsp;户&nbsp;&nbsp;注&nbsp;&nbsp;册</div>
            <hr style="color:#f3f3f1; width:90%; height:1px;" />
            帐&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;号 <input id="Text_User" name="Text_User" type="text" class="regerister_inputtext" maxlength="10" onchange="change('Text_User')" />&nbsp;&nbsp;&nbsp;&nbsp;<input id="Button2" type="button" value="检测" onclick="validate();" style="border:black 1px solid; height:20px;" />&nbsp;&nbsp;&nbsp;&nbsp;用户名须在10字符以内,支持非空格字符组合<br />
            <hr style="color:#f3f3f1; width:90%; height:1px;" />
            密&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;码 <input id="Text_Password1" name="Text_Password1" type="password" class="regerister_inputtext" maxlength="10" onchange="change('Text_Password1')" />&nbsp;&nbsp;&nbsp;&nbsp;长度为4-10的字符,支持非空格字符组合<br />
            <hr style="color:#f3f3f1; width:90%; height:1px;" />
            确认密码 <input id="Text_Password2" name="Text_Password2" type="password" class="regerister_inputtext" maxlength="10" onchange="change('Text_Password2')" />&nbsp;&nbsp;&nbsp;&nbsp;请再输入一次密码<br />
            <hr style="color:#f3f3f1; width:90%; height:1px;" />
            邮&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱 <input id="Text_Mail" name="Text_Mail" type="text" class="regerister_inputtext" maxlength="50" onchange="change('Text_Mail')" />&nbsp;&nbsp;&nbsp;&nbsp;请填写您有效的E-MAIL。<br />
            <hr style="color:#f3f3f1; width:90%; height:1px;" />
            <div style="width:100%;">
                <div class="pagetop_img">验&nbsp;&nbsp;证&nbsp;&nbsp;码 <input id="Text_Validate" name="Text_Validate" type="text" class="regerister_inputtext" maxlength="3" /></div>
                <div class="pagetop_img" style="margin-top:2px;">&nbsp;&nbsp;<img alt="点击刷新" src="../validate.aspx?time=' + Math.random();" style="cursor:pointer;" onclick="this.src='../validate.aspx?time=' + Math.random();" /></div>
            </div>
            <hr style="color:#f3f3f1; width:90%; height:1px;" />
            <input id="Checkbox2" type="checkbox" checked="checked" /><a href="../system/rule.htm" target="_blank">我已经阅读并同意《用户服务协议》</a><br />
            <div style="text-align:center; margin-left:-20px; margin-top:10px;"><input id="Button1" type="submit" value="立即注册" style="border:black 1px solid; height:20px;" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input id="Button3" type="button" value="取消" style="width:50px; border:black 1px solid; height:20px;" onclick="javascript:location.href='../default.aspx'" /></div>
        </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -