third.aspx

来自「A Portal for uploading images, videos an」· ASPX 代码 · 共 101 行

ASPX
101
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="Default4" %>

<!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>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" HEIGHT="29" bgcolor="#EEEEEE">
			<center>
			<a href="aboutus.aspx" class="red">About Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;
			<a href="login.aspx" class="red">Login</a>&nbsp;&nbsp;|&nbsp;&nbsp;
			<a href="success.aspx" class="red">Success</a>&nbsp;&nbsp;|&nbsp;&nbsp;
			<a href="tips.aspx" class="red">Advice & Tips</a>&nbsp;&nbsp;|&nbsp;&nbsp;
			<a href="news.aspx" class="red">News</a>&nbsp;&nbsp;|&nbsp;&nbsp;
			<a href="faq.aspx" class="red">FAQ</a>&nbsp;&nbsp;|&nbsp;&nbsp;
			<a href="sitemap.aspx" class="red">Sitemap</a>&nbsp;&nbsp;|&nbsp;&nbsp;
			<a href="contactus.aspx" class="red">Contact Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;
			<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" width="150" style="height: 428px">
	       <div class="sdmenu">
      <span class="title" id="top"><a href="index.asp" class=red1>profile</a></span>
      <span class="title" ><a href="portfolio.asp" class=red1>Scrabbook</a></span>
      <span class="title" ><a href="tips.asp" class=red1>photos</a></span>
      <span class="title"><a href="videos.asp" class=red1>Videos</a></span>
      <span class="title"><a href="request.asp" class=red1>Testimonal</a></span>
      <span class="title"><a href="search.asp" class=red1>Search</a></span>
      <span class="title"><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">
                    </td>
                </tr>
                <tr>
                        <td class="log" align="left" height="25" style="width: 315px">                        
                        </td>
                         <td align="left" height="25">                        
                        </td>                       
                    </tr>
                    <tr>
                        <td class="log" align="left" height="25" style="width: 315px" >                      
                        </td>
                         <td align="left" height="25">                        
                            <asp:TextBox ID="txtfname" runat="server"></asp:TextBox>                       
                        </td>                       
                    </tr>
                    <br / >
                    <tr><td align="right" style="height: 26px">
                    </td></tr>
                    
			</table>
				<!-- End of Registration Content -->	
            </td>	
			</tr>
		</table>
	</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>

⌨️ 快捷键说明

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