⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aboutinfo.aspx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="AboutInfo.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.Manage.AboutManage.AboutInfo" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title></title>
		<META http-equiv="Content-Type" content="text/html; charset=gb2312">
		<LINK href="../../css/css.css" type="text/css" rel="stylesheet">
			<style type="text/css">
.word1 { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000 }
.style6 { COLOR: #ff0000 }
</style>
			<SCRIPT language="javascript">
		    function CheckFeedback() {
      		vtitle = document.getElementById("title");
      		vtxContent = document.getElementById("txContent");
					
			if( vtitle.value.length == 0 )
			{
			alert('请填写标题!');
			vtitle.focus();
			return false;
			}
					
			if( vtxContent.value.length == 0 )
			{
			alert('请填写内容!');
			vtxContent.focus();
			return false;
			}
	        
			return true;
	        }
			</SCRIPT>
	</HEAD>
	<body leftmargin="0" topmargin="0">
		<form id="Form1" method="post" runat="server">
			<table cellSpacing="0" cellPadding="0" width="90%" border="0" align="center">
				<tr>
					<td height="25"><div align="center"><span class="text-14px-o"><b>关于我们信息维护</b></span></div>
					</td>
				</tr>
				<tr>
					<td align="center">
						<table class="px12" cellSpacing="1" cellPadding="1" width="100%" border="0">
							<tr>
								<td height="26">
									<div align="right">信息分类:</div>
								</td>
								<td><asp:DropDownList id="dlClass" runat="server" AutoPostBack="True">
										<asp:ListItem Value="1">网站简介</asp:ListItem>
										<asp:ListItem Value="2">服务声明</asp:ListItem>
										<asp:ListItem Value="3">联系我们</asp:ListItem>
										<asp:ListItem Value="4">付款方式</asp:ListItem>
										<asp:ListItem Value="5">企业建站</asp:ListItem>
									</asp:DropDownList></td>
							</tr>
							<tr>
								<td height="26">
									<div align="right">信息内容:</div>
								</td>
								<td>
									<asp:TextBox id="txContent" runat="server" Width="720px" TextMode="MultiLine" Height="250px"></asp:TextBox><SPAN class="style6">*</SPAN></td>
							</tr>
							<tr>
								<td height="26" colspan="2" align="center">
									<div align="right"></div>
									<asp:TextBox id="txSid" runat="server" Visible="False" Width="20px"></asp:TextBox>
									<asp:Button id="bnSave" runat="server" Text="保  存"></asp:Button></td>
							</tr>
							<tr>
								<td height="26">
									<div align="right"></div>
								</td>
								<td>&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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