220v定时器接线图:生成不出错 但是在IE浏览时有错误异常(帮忙看看)

来源:百度文库 编辑:神马品牌网 时间:2024/05/03 23:01:51
<%@ Page language="c#" Codebehind="login.aspx.cs" AutoEventWireup="false" Inherits="index.login" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>login</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form runat="server">
<asp:Panel ID="loginMenu" Runat="server" HorizontalAlign="Center" Width="152px">
<asp:Label id="Label1" Runat="server" text="用户登陆<p>" Font-Size="16" ForeColor="blue" Font-Name="黑体"></asp:Label>
<asp:Table id="Table1" HorizontalAlign="Center" Runat="server" BorderColor="lightBlue" BorderWidth="2"
CellPadding="4">
<asp:TableRow Runat="server">
<asp:TableCell Runat="server" ColumnSpan="2">
<asp:Table Runat="server" BackColor="lightyellow">
<asp:TableRow Runat="server">
<asp:TableCell Runat="server" Text="帐号" />
<asp:TableCell Runat="server">
<asp:TextBox id="Name" Runat="server" />
<br>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow Runat="server">
<asp:TableCell Runat="server" Text="密码" />
<asp:TableCell Runat="server">
<asp:TextBox id="pwd" Runat="server" TextMode="Password" />
<br>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow Runat="server">
<asp:TableCell Runat="server" />
<asp:TableCell Runat="server">
<asp:button id="login" Runat="server" Text="登陆" OnClick="login_Click"/>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow Runat="server" HorizontalAlign="Center">
<asp:TableCell Runat="server">
<asp:HyperLink ID="LostPwd" Runat="server" NavigateUrl="lost.aspx" text="(忘记密码)" Font-Size="10"
ForeColor="red" />
<br>
</asp:TableCell>
<asp:TableCell Runat="server">
<asp:HyperLink ID="NewUser" Runat="server" NavigateUrl="newuser.aspx" text="新用户注册" Font-Size="10"
ForeColor="red" />
<br>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow Runat="server">
<asp:TableCell Runat="server" ColumnSpan="2">
<asp:Label ID="message" Runat="server" ForeColor="red" />
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</asp:Panel>
</form>
</body>
</HTML>

只会PHP,,ASP不懂