ÎÂܰÌáʾ£º´úÂëÔÚÏßä¯ÀÀ¹¦ÄÜÖ»ÄÜ×öΪԴÂëä¯ÀÀ²Î¿¼£¬²»ÄÜչʾÏîÄ¿µÄÈ«²¿£¬Èç¹ûÏë¸ü½øÒ»²½Á˽â¸Ã´úÂëÇëÏÂÔØ£ºXMLͬѧ¼ϵͳԴÂ루±ÏÒµÉè¼Æ£©
µ±Ç°Îļþ·¾¶£ºXMLClassBooks/Default.aspx

1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head id="Head1" runat="server"> 7
<title>»ùÓÚXMLÊý¾Ý¿âµÄÔÚÏßͬѧ¼</title> 8
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 9
10
<style type="text/css"> 11
<!-- 12
.STYLE1 { 13
color: #000033; 14
font-weight: bold; 15
} 16
--> 17
</style> 18
</head> 19
<body> 20
<form id="form1" runat="server"> 21
<div id="userLogin" runat="server"> 22
<table width="99%"> 23
<tr> 24
<td colspan="2" align="center" valign="middle" class="tab_top" style="height: 13px"><br /> 25
<span class="STYLE1">»ùÓÚXMLÊý¾Ý¿âµÄÔÚÏßͬѧ¼</span><br /><br /><br /></td> 26
</tr> 27
<tr> 28
<td colspan="2" align="center" style=" line-height:33px;"> 29
<div>Óû§Ãû£º 30
<asp:TextBox ID="txtUserName" MaxLength="10" runat="server"></asp:TextBox><asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtUserName" 31
ErrorMessage="*"></asp:RequiredFieldValidator></div> 32
<div>ÃÜ Â룺 33
<asp:TextBox CssClass="box" ID="txtUserPwd" runat="server" MaxLength="13" TextMode="Password"></asp:TextBox><asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtUserPwd" 34
ErrorMessage="*"></asp:RequiredFieldValidator></div> 35
<div>Cookie±£´æ£º 36
<asp:RadioButton ID="cookieYes" runat="server" Checked="True" GroupName="cookie" 37
Text="ÊÇ" /> 38
<asp:RadioButton ID="cookieNo" runat="server" GroupName="cookie" 39
Text="·ñ" /> 40
</div> 41
42
<asp:Button ID="btnLogin" runat="server" Text="µÇ ½" OnClick="btnLogin_Click" /> 43
44
<input id="Button2" type="button" value="×¢ ²á" onclick="window.open('reg.aspx')"/> 45
</td> 46
</tr> 47
</table> 48
</div> 49
</form> 50
</body> 51
</html> 52



<!--

.STYLE1 
-->
