📄 applymember2.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="applyMember2.aspx.cs" Inherits="applyMember2" %>
<!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 id="Head1" runat="server">
<title>WDP Master Page</title>
<script language="javascript" type="text/javascript">
// <!CDATA[
function TABLE1_onclick() {
}
function IMG2_onclick() {
}
// ]]>
</script>
<link rel="stylesheet" href="navbar.css" type="text/css" title="navbar">
<link href="bookstyle.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="button.css" type="text/css" title="buttons" />
<link rel="stylesheet" href="dropraise.css"
type="text/css" title="first char" />
</head>
<body style="background-color: lightgrey">
<div style="white-space:nowrap; color: #0000ff; background-color: darkgray;" class="navbar"><a href="default.aspx" class="whiteHoverUnderline">Home</a> |
<a href="register1.aspx" class="whiteHoverUnderline" >Register</a> |
<a href="applyMember2.aspx" class="whiteHoverUnderline" >Log In </a> <br />
</div>
<img onmouseover="this.src='qs1.jpg'"
onmouseout="this.src='qs2.jpg'"
src="qs2.jpg" border="0" id="icon" height="106" alt="Quit now" style="width: 105px" />
<img onmouseover="this.src='mouth.jpg'"
onmouseout="this.src='homepage_black.gif'"
src="homepage_black.gif" border="0" id="Img1"
width="790" height="107" alt="Quit now" />
<hr style="background-color: dimgray; height: 13px;" />
<form id="form1" runat="server">
<div>
<TABLE><TBODY><TR><TD style="WIDTH: 100px"><asp:Label id="LabelError" runat="server"></asp:Label></TD><TD
style="WIDTH: 100px"></TD></TR><TR><TD style="WIDTH: 100px"><asp:Label id="labelname" runat="server" Width="91px" Height="24px" Text="Username" Font-Names="Times New Roman" Font-Size="16pt"></asp:Label></TD><TD
style="WIDTH: 100px"><asp:TextBox id="TextBoxUsername" runat="server" OnTextChanged="TextBoxUsername_TextChanged"></asp:TextBox></TD></TR><TR><TD style="WIDTH: 100px"><asp:Label id="labelpassword" runat="server" Text="Password" Font-Names="Times New Roman" Font-Size="16pt" Font-Italic="False"></asp:Label></TD>
<TD style="WIDTH: 100px"><asp:TextBox id="TextBoxPassword" runat="server"></asp:TextBox></TD></TR><TR><TD style="WIDTH: 100px"><asp:Button id="ButtonSubmit" onclick="ButtonSubmit_Click" runat="server" Text="Submit"></asp:Button></TD><TD
style="WIDTH: 100px"><asp:Button id="ButtonCancel" onclick="ButtonCancel_Click" runat="server" Text="Cancel"></asp:Button></TD></TR></TBODY></TABLE>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -