Sudden unexplained IE validation error

G

Guest

I have a simple Login page that suddenly is producing this error.
What is perplexing is that I didn't touch this page or anything (that I can
think of that is related)

All I did was make another aspx page (MemberResults.aspx) into a content
page for my master page.

As soon as I added the content opening and closing tag to MemberResults...
up popped this error in my Login page (which is in no way - yet - related)

This is probably an error symptomatic to something else... but I don't have
a clue - any ideas?

=====source for Login.aspx============================
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Login.aspx.vb"
Inherits="Login" %>
<%@ Import Namespace="System.Web.Security" %>
<%@ Import Namespace="System.Runtime.InteropServices" %>

<!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 runat="server">
<title>CODA - Manual LOGIN</title>
<script language="javascript" type="text/javascript">
<!--

function TABLE1_onclick() {

}

// -->
</script>
</head>

<body>
<form runat="server" ID="Form1">
<h3 style="font-family: Arial">
<table style="width: 320px">
<tr>
<td style="width: 473px">
<img height="49" src="Coda-Brand.jpg" width="342" /> </td>
</tr>
<tr>
<td style="width: 473px">
</td>
</tr>
<tr>
<td style="width: 473px">
<asp:TextBox ID="TextBox1" runat="server"
Style="font-weight: bold; font-size: 15pt;
text-transform: uppercase; font-family: Arial;
text-align: center" Width="424px">CURRENT LOGIN NOT
AUTHORIZED</asp:TextBox></td>
</tr>
<tr>
<td style="width: 473px">
</td>
</tr>
<tr>
<td style="width: 473px">
<asp:Label ID="Label3" runat="server"
Font-Names="Tahoma" Font-Size="Small" Text="In compliance with HIPAA
regulations, your Windows login must be pre-authorized for access to this
resource. "></asp:Label><br />
<br />
<asp:Label ID="Label4" runat="server"
Font-Names="Tahoma" Font-Size="Small" Text="Please try to login with your
usual Windows NUID and password."></asp:Label></td>
</tr>
<tr>
<td style="width: 473px">
<table id="TABLE1" style="width: 320px" language="javascript"
onclick="return TABLE1_onclick()" cellpadding="0" cellspacing="1">
<tr>
<td style="width: 88px" nowrap="noWrap">
<asp:Label ID="Label1" runat="server"
Font-Bold="True" Font-Names="Tahoma"
Font-Size="Small" Text="NUID"></asp:Label></td>
<td style="width: 510px">
<input id="UserName"
type="text"
runat="server" style="width: 136px"/></td>
<td style="width: 1184px">
<asp:RequiredFieldValidator
ID="RequiredFieldValidator1" ControlToValidate="UserName"
Display="Static"
ErrorMessage="*"
runat="server"/></td>
</tr>
<tr style="color: #000000">
<td style="width: 88px">
<asp:Label ID="Label2" runat="server"
Font-Bold="True" Font-Names="Tahoma"
Font-Size="Small" Text="Password"></asp:Label></td>
<td style="width: 510px">
<input id="UserPass"
type="password"
runat="server" style="width: 136px"/></td>
<td style="width: 1184px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator2"
ControlToValidate="UserPass"
Display="Static"
ErrorMessage="*"
runat="server"/></td>
</tr>
<tr>
<td style="width: 88px; height: 24px;">

</td>
<td style="width: 510px; height: 24px">
<input id="UserDomain"
type="text"
runat="server" style="width: 136px"/></td>
<td style="width: 1184px; height: 24px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator3"
ControlToValidate="UserDomain"
Display="Static"
ErrorMessage="*"
runat="server"/></td>
</tr>
</table>
<asp:button id="cmdLogin"
text="Login"
OnClick="Login_Click"
runat="server" Width="96px"/>
<ASP:CheckBox id="PersistCookie"
runat="server" />
<br />
<br />
<asp:Label id="lblResults"
ForeColor="red"
Font-Size="10"
runat="server" /></td>
</tr>
<tr>
<td style="width: 473px; height: 34px">
<asp:Label ID="Label5" runat="server"
Font-Names="Tahoma" Font-Size="Small" Text="For assistance please contact the
help desk at"></asp:Label><br />
<asp:Label ID="Label6" runat="server"
Font-Names="Tahoma" Font-Size="Small" Text="432-4100"></asp:Label></td>
</tr>
</table>
</h3>
<h3 style="font-family: Arial">
<br />
<br />
<br />
</h3>
<p>
<p>

</p>
<p>
<p>

</form>
</body>

</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top