📄 write.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="copy" Src="copy.ascx" %>
<%@ Register TagPrefix="uc1" TagName="sysInfo" Src="sysInfo.ascx" %>
<%@ Register TagPrefix="uc1" TagName="notice" Src="notice.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" src="write.aspx.vb" Inherits="write"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>
<%=ConfigurationSettings.appSettings("留言簿名称")+"-签写留言"%>
</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="Styles.css" type="text/css" rel="stylesheet">
</HEAD>
<body onload="javascript:Form1.imgshow.src='face/'+Form1.face.value">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" style="MARGIN-TOP: -15px" cellSpacing="1" cellPadding="1" width="750" align="center" border="0">
<TR>
<TD colSpan="2"><uc1:notice id="Notice1" runat="server"></uc1:notice></TD>
</TR>
<TR>
<TD vAlign="top" align="middle" width="50%"><uc1:sysinfo id="SysInfo1" runat="server"></uc1:sysinfo></TD>
<TD vAlign="top" align="middle" width="50%">
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="90%" border="0">
<tr>
<td>
<TABLE id="Table3" style="MARGIN-BOTTOM: 5px" cellSpacing="0" cellPadding="1" width="530" bgColor="#e0dfe3" border="0">
<TR>
<TD style="BACKGROUND-POSITION: center bottom; FONT-SIZE: 10pt; BACKGROUND-ATTACHMENT: scroll; BACKGROUND-IMAGE: url(images\bar11.JPG); BACKGROUND-REPEAT: no-repeat" width="100%" colSpan="3" height="32">
<STRONG>签写留言</STRONG></TD>
</TR>
<TR>
<TD style="BACKGROUND-POSITION: center top; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(images\bar2.JPG); BACKGROUND-REPEAT: repeat-y" width="3"></TD>
<TD width="524"><FONT face="宋体">
<TABLE id="Table4" cellSpacing="1" cellPadding="1" width="100%" border="0">
<TR>
<TD style="WIDTH: 101px">
<P align="center">您的昵称</P>
</TD>
<TD>
<asp:TextBox id="name" runat="server" MaxLength="20"></asp:TextBox> 性别:
<asp:RadioButton id="gg" runat="server" Text="帅哥" Checked="True" GroupName="sex"></asp:RadioButton>
<asp:RadioButton id="mm" runat="server" Text="美女" GroupName="sex"></asp:RadioButton></TD>
</TR>
<TR>
<TD style="WIDTH: 101px">
<P align="center">电子信箱</P>
</TD>
<TD>
<asp:TextBox id="email" runat="server" MaxLength="50"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 101px">
<P align="center">QQ 号 码</P>
</TD>
<TD>
<asp:TextBox id="qq" runat="server" MaxLength="15"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 101px">
<P align="center">您的主页</P>
</TD>
<TD>
<asp:TextBox id="homepage" runat="server" Width="281px" MaxLength="100"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 101px">
<P align="center">留言主题</P>
</TD>
<TD>
<asp:TextBox id="title" runat="server" Width="403px" MaxLength="40"></asp:TextBox></TD>
</TR>
<TR>
<TD>
<P align="center"><IMG style="MARGIN-BOTTOM: 10px" width="90" height="90" id="imgshow"><BR>
<asp:DropDownList id="face" runat="server" Width="70px" onchange="javascript:imgshow.src='face/'+this.value" /></P>
</TD>
<TD>
<asp:TextBox id="thetext" runat="server" Height="137px" TextMode="MultiLine" Width="405px"></asp:TextBox></TD>
</TR>
<TR>
<TD colSpan="2" align="middle" height="40">
<P align="center">
<asp:Button id="Button1" runat="server" Text="提交留言"></asp:Button>
<INPUT type="reset" value="重置留言"></P>
</TD>
</TR>
</TABLE>
</FONT>
</TD>
<TD style="BACKGROUND-POSITION: center top; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(images\bar3.JPG); BACKGROUND-REPEAT: repeat-y" width="3"></TD>
</TR>
<TR>
<TD width="3" style="BACKGROUND-POSITION: right top; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(images\bar5.JPG); BACKGROUND-REPEAT: no-repeat" height="8"></TD>
<TD width="524" style="BACKGROUND-POSITION: center center; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(images\bar7.JPG); BACKGROUND-REPEAT: repeat-x" height="8"></TD>
<TD width="3" style="BACKGROUND-POSITION: right top; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(images\bar6.JPG); BACKGROUND-REPEAT: no-repeat" height="8"></TD>
</TR>
</TABLE>
</td>
</tr>
</TABLE>
</TD>
</TR>
<TR>
<TD colSpan="2"><uc1:copy id="Copy1" runat="server"></uc1:copy></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -