ajax註冊表單驗證

來源:互聯網
上載者:User

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ManagerControl.aspx.cs" Inherits="ManagerControl" %>
<!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">
<meta http-equiv="content-type" content="text/html; charset=GB2312" />
<title>王子的宮殿</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="default.css" />
<script language="javascript" type="text/javascript" src="js/main.js">
</script>
</head>
<body>
<div id="outer">
<div id="upbg" style="left: 0px; top: 0px"></div>
<div id="inner">
<div id="header">
<h1><span>學生作業</span>上傳系統<sup>v1.0</sup></h1>
<h2>by 薛曉龍</h2>
</div>
<div id="splash"></div>
<div id="menu" style="left: 0px; top: 0px">
<ul>
<li class="first"><a href="Default.aspx">首頁</a></li>
<li><a href="http://www.bianceng.cn/index.php#">作業上傳</a></li>
<li><a href="http://www.bianceng.cn/index.php#">作業查看</a></li>
<li><a href="http://www.bianceng.cn/index.php#">資源下載</a></li>
<li><a href="Myinfo.aspx">聯絡我</a></li>
<li><a href="Manager.aspx">後台管理</a></li>
</ul>
<div id="date">August 1, 2006</div>
</div>
<div id="primarycontent" style="left:0px; top: 0px; width:100%; height:80%">
<div id="contentManager">
<div id="Managercontent" style=" height:500px; text-align:center">
<span id="Loginheader"><a href="ManagerControl.aspx"><img src="images/Reg.gif" alt="免費註冊" /></a></span>
<table style="margin-top:30px; height: 172px;">
<tr>
<td class="RegSign">
使用者名稱:
</td>
<td class="RegTd">
<input id="RegName" class="text" type="text" onblur="CheckUserName()" /></td>
<td id="userNError" class="RegError">
</td>
</tr>
<tr>
<td class="RegSign">
密碼:</td>
<td class="RegTd">
<input id="RegPw" class="text" type="password" onblur="CheckisNullPw()" /></td>
<td id="PwError" class="RegError">
</td>
</tr>
<tr>
<td class="RegSign">
學號:</td>
<td class="RegTd"><input id="RegNum" class="text" type="text" onblur="CheckisNullNUm()" /></td>
<td id="NumError" class="RegError">
</td>
</tr>
<tr>
<td class="RegSign">
班級:</td>
<td class="RegTd">
<select id="RegClass" class="text" onchange="CheckisNullClass()">
<option selected="selected">——請選擇——</option>
<option>地理資訊051</option>
<option>地理資訊052</option>
</select>
<%-- <input id="RegClass" class="text" type="text" />--%></td>
<td id="ClassError" class="RegError">
</td>
</tr>
<tr>
<td class="RegSign">
</td>
<td class="RegTd">
<img src="images/zhuce.gif" alt="提交" style="cursor:pointer" id="IMG1" language="javascript" onclick="return Register()" /></td>
<td class="RegError">
</td>
</tr>
</table>
<div id="showReginMessage"></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.