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

📄 addcom.aspx

📁 网络营销软件的源代码
💻 ASPX
字号:
<%@ Page CodeBehind="addCom.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="WebApplication8.admin.addCom" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
	<HEAD>
		<title>网络营销教学系统</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<link href="images/style.css" rel="stylesheet" type="text/css">
			<script type="text/javascript" language="JavaScript1.2" src="stm31.js"></script>
	</HEAD>
	<body background="images/lines.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<form runat="server">
			<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
				<tr>
					<td><img src="images/top.gif" width="780" height="71"></td>
				</tr>
			</table>
			<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff">
				<tr>
					<td width="202" rowspan="2" valign="top" align="center">
						<br>
						<iframe src="adminmenu.htm" scrolling="no" width="200" height="320" frameborder="0"></iframe>
					</td>
					<td width="578" height="8"></td>
				</tr>
				<tr>
					<td valign="top"><table width="570" height="433" border="0" cellpadding="3" cellspacing="0" style="BORDER-RIGHT:#a2d4f2 1px solid; BORDER-TOP:#a2d4f2 1px solid; BORDER-LEFT:#a2d4f2 1px solid; BORDER-BOTTOM:#a2d4f2 1px solid">
							<tr>
								<td valign="top"><table width="530" border="0" align="center" cellpadding="0" cellspacing="0">
										<tr>
											<td height="8" colspan="3"></td>
										</tr>
										<tr>
											<td><div align="center"><a href="../firstpage/index.aspx"><img src="images/menu_1.gif" width="85" height="30" border="0"></a></div>
											</td>
											<td><div align="center"><a href="../firstpage/shopping.aspx"><img src="images/menu_2.gif" width="85" height="30" border="0"></a></div>
											</td>
											<td><div align="center"><a href="../firstpage/search.aspx"><img src="images/menu_3.gif" width="85" height="30" border="0"></a></div>
											</td>
										</tr>
										<tr valign="bottom">
											<td height="35" colspan="3">&nbsp;</td>
										</tr>
										<tr>
											<td colspan="3" align="center">
												<P>
													<asp:Label id="hint" runat="server" Width="439px" ForeColor="Red"></asp:Label></P>
												<table width="453" border="0" cellpadding="0" cellspacing="1" height="211" bgColor="#d0eaf9">
													<tr bgcolor="#ffffff">
														<td width="103">&nbsp;企业名称:</td>
														<td width="311">&nbsp;
															<asp:TextBox id="comName" runat="server" Width="232px"></asp:TextBox>&nbsp;</td>
														<td>&nbsp;</td>
													</tr>
													<tr bgcolor="#ffffff">
														<td width="103">&nbsp;注册资金:</td>
														<td width="311">&nbsp;
															<asp:TextBox id="account" runat="server" Width="232px"></asp:TextBox>&nbsp;</td>
														<td>
															<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ControlToValidate="account"></asp:RequiredFieldValidator>&nbsp;
															<asp:RangeValidator id="RangeValidator1" runat="server" ErrorMessage="*" ControlToValidate="account"
																MinimumValue="1" MaximumValue="99999999"></asp:RangeValidator></td>
													</tr>
													<tr bgcolor="#ffffff">
														<td width="103">&nbsp;法定代表人:</td>
														<td width="311">&nbsp;
															<asp:TextBox id="realName" runat="server" Width="232px"></asp:TextBox>&nbsp;</td>
														<td>&nbsp;</td>
													</tr>
													<tr bgcolor="#ffffff">
														<td width="103">&nbsp;管理帐号:</td>
														<td width="311">&nbsp;
															<asp:TextBox id="userName" runat="server" Width="232px"></asp:TextBox>&nbsp;</td>
														<td>&nbsp;</td>
													</tr>
													<tr bgcolor="#ffffff">
														<td width="103">&nbsp;密&nbsp;&nbsp;&nbsp; 码:</td>
														<td width="310">&nbsp;
															<asp:TextBox id="password" runat="server" Width="232px"></asp:TextBox>&nbsp;</td>
														<td>&nbsp;</td>
													</tr>
													<tr bgcolor="#ffffff">
														<td width="103">&nbsp;密码确认:</td>
														<td width="310">&nbsp;
															<asp:TextBox id="password_" runat="server" Width="232px"></asp:TextBox>&nbsp;</td>
														<td>&nbsp;</td>
													</tr>
													<tr bgcolor="#ffffff">
														<td width="103">&nbsp;学&nbsp;&nbsp;&nbsp; 号:</td>
														<td width="310">&nbsp;
															<asp:TextBox id="studentNO" runat="server" Width="232px"></asp:TextBox>&nbsp;</td>
														<td>&nbsp;</td>
													</tr>
													<TR bgcolor="#ffffff">
														<TD width="103">&nbsp;所在班级:</TD>
														<TD width="310">&nbsp;
															<asp:TextBox id="className" runat="server" Width="232px" ReadOnly="True"></asp:TextBox></TD>
														<TD></TD>
													</TR>
													<TR bgcolor="#ffffff">
														<TD width="103">&nbsp;任课老师:</TD>
														<TD width="310">&nbsp;
															<asp:TextBox id="teacher" runat="server" Width="232px"></asp:TextBox></TD>
														<TD></TD>
													</TR>
													<TR bgcolor="#ffffff">
														<TD width="103">&nbsp;公司说明:</TD>
														<TD width="310">&nbsp;
															<asp:TextBox id="description" runat="server" Width="252px" TextMode="MultiLine" Height="96px"></asp:TextBox></TD>
														<TD></TD>
													</TR>
												</table>
												<P>
													<asp:Button id="Button1" runat="server" Text="确 定"></asp:Button></P>
											</td>
										</tr>
										<tr>
											<td colspan="3"><div align="center">
												</div>
											</td>
										</tr>
										<tr>
											<td colspan="3"><div align="center"></div>
											</td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
			<table width="780" height="41" border="0" align="center" cellpadding="0" cellspacing="0"
				background="images/bt.gif">
				<tr>
					<td width="598" valign="bottom"><div align="right"><font color="#ffffff">你是第 2313 位访问者 | <a class="white" href="#">
									联系我们</a> | <a class="white" href="#">客户服务</a><br>
								××××公司 版权所有</font>
						</div>
					</td>
					<td width="182">&nbsp;</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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