?? newuserreg.aspx
字號(hào):
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="newuserreg.aspx.cs" Inherits="newuserreg" %>
<!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>Sparkz :: Get into LimeLight!</title>
<link rel="stylesheet" type="text/css" href="menu.css" />
</head>
<body>
<form id="form1" runat="server">
<div id="bodcont">
<center>
<TABLE WIDTH="800" BORDER="0" CELLPADDING="0" CELLSPACING="0" bgcolor="#FFFFFF">
<TR>
<TD>
<IMG SRC="images/header.jpg" WIDTH="800" ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/starsparkz_02.jpg" WIDTH="800" HEIGHT="9" ALT=""></TD>
</TR>
<TR>
<TD WIDTH="800" bgcolor="#EEEEEE" style="height: 29px">
<center>
<a href="aboutus.aspx" class="red">About Us</a> |
<a href="login.aspx" class="red">Login</a> |
<a href="success.aspx" class="red">Success</a> |
<a href="tips.aspx" class="red">Advice & Tips</a> |
<a href="news.aspx" class="red">News</a> |
<a href="faq.aspx" class="red">FAQ</a> |
<a href="sitemap.aspx" class="red">Sitemap</a> |
<a href="contactus.aspx" class="red">Contact Us</a> |
<a href="logout.aspx" class="red">Log Out</a>
</center>
</TD>
</TR>
<TR>
<TD Width="800" align="left" valign="top" style="height: 240px">
<table width="800" height="255">
<tr>
<td align="left" valign="top" style="height: 428px; width: 150px;">
<div class="sdmenu">
<span class="title" id="top"><img src="~/images/collapsed.gif" class="arrow" alt="-" /><a href="index.asp" class=red1>HOME</a></span>
<span class="title" ><img src="~/images/collapsed.gif" class="arrow" alt="-" /><a href="portfolio.asp" class=red1>Portfolio</a></span>
<span class="title" ><img src="~/images/collapsed.gif" class="arrow" alt="-" /><a href="tips.asp" class=red1>Tips</a></span>
<span class="title"><img src="~/images/collapsed.gif" class="arrow" alt="-" /><a href="videos.asp" class=red1>Videos</a></span>
<span class="title"><img src="~/images/collapsed.gif" class="arrow" alt="-" /><a href="request.asp" class=red1>Request</a></span>
<span class="title"><img src="~/images/collapsed.gif" class="arrow" alt="-" /><a href="search.asp" class=red1>Search</a></span>
<span class="title"><img src="~/images/collapsed.gif" class="arrow" alt="-" /><a href="login.asp" class=red1>Login</a></span>
</div>
</td>
<td align="center" valign="top" style="width: 630px; height: 428px">
<br />
<br />
<!-- Registration Content Starts -->
<table style="width: 650px; height: 1px">
<tr>
<td colspan="2" bgcolor="#ffcc66" bordercolor="#ffcc00">
<strong style="background-color: #ffcc66">Registration Form</strong>
</td>
</tr>
<tr>
<td class="log" align="left" height="25" style="width: 315px">
UserName
</td>
<td align="left" height="25">
<asp:TextBox ID="txtusname" runat="server" ></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtusname" ErrorMessage="RequiredFieldValidator" />
</td>
</tr>
<tr>
<td class="log" align="left" height="25" style="width: 315px" >
First Name
</td>
<td align="left" height="25">
<asp:TextBox ID="txtfname" runat="server"></asp:TextBox>
</td>
</tr>
<tr >
<td class="log" align="left" height="25" style="width: 315px">
Last Name
</td>
<td align="left" height="25">
<asp:TextBox ID="txtlname" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td class="log" align="left" height="25" style="width: 315px">
Password
</td>
<td align="left" height="25">
<asp:TextBox ID="txtpass" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td class="log" align="left" height="25" style="width: 315px">
Confirm Password
</td>
<td align="left" height="25">
<asp:TextBox ID="txtconfirmpass" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td class="log" align="left" height="25" style="width: 315px">
Email - ID
</td>
<td align="left" height="25">
<asp:TextBox ID="txtemail" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td class="log" align="left" height="25" style="width: 315px">
Alternate Email - ID
</td>
<td align="left" height="25">
<asp:TextBox ID="txtaemail" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 315px">
<asp:Button ID="Button1" runat="server" Text="Register me" OnClick="Button1_Click1" />
</td>
<td>
<asp:Button ID="Button2" runat="server" Text="Cancel" />
</td>
</tr>
</table>
<!-- End of Registration Content -->
</td>
</tr>
</table>
<br>
<br>
</TD>
</TR>
<TR>
<TD>
<IMG SRC="images/starsparkz_05.jpg" WIDTH="800" HEIGHT="9" ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/starsparkz_06.jpg" WIDTH="800" HEIGHT="72" ALT=""></TD>
</TR>
</TABLE>
</center>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -