Submit button suddenly stopped working

M

Mark

Hi - on my site, overnight, my submit buttons have suddenly stopped
working in IE. Firefox is fine.

The link button works perfectly - the two submit buttons however do not.

It works in IE locally - can anyone please advise what may be wrong?

Thanks, Mark

ASPX:



<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="login.aspx.vb" Inherits="bookingcentral.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="Visual Basic .NET 7.1">

<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">

<LINK href="Styles.css" type="text/css" rel="stylesheet">

</HEAD>

<body style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM:
0px; MARGIN: 0px; PADDING-TOP: 0px"

background="images/bg_form.jpg" onload="Form1.tbAccess_Name.focus()">

<form id="Form1" method="post" runat="server">

<TABLE id="Table3" style="BACKGROUND-COLOR: #003333" cellSpacing="0"
cellPadding="0" width="100%"

background="images/mt_gradient.JPG" border="0" align="center">

<TR>

<TD>

<table cellSpacing="0" cellPadding="16" width="100%" border="0"
align="center">

<tr>

<td><STRONG style="FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR:
aliceblue; FONT-VARIANT: small-caps">BOOKING

CENTRAL</STRONG></td>

</tr>

</table>

</TD>

</TR>

<tr bgColor="#006699">

<td style="BACKGROUND-COLOR: #006699" vAlign="middle"
align="left">&nbsp;

<asp:image id="Image1" runat="server" ImageAlign="AbsMiddle"
BorderWidth="0px" Width="0px"

Height="24px" ImageUrl="images/spacer.gif"></asp:image></td>

</tr>

</TABLE>

<P>&nbsp;</P>

<P>&nbsp;</P>

<P align="center">

<asp:Label id="lbMessage" runat="server" ForeColor="Red"
Font-Bold="True"></asp:Label></P>

<P align="center">

<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="340"
border="0" align="center">

<TR>

<TD>

<asp:Label id="Label1" runat="server">Username</asp:Label></TD>

<TD>

<asp:TextBox id="tbAccess_Name" runat="server" Columns="20"
MaxLength="20" tabIndex="1"></asp:TextBox>

<asp:RequiredFieldValidator id="rfvAccess_Name" runat="server"
ErrorMessage="* required" ControlToValidate="tbAccess_Name"

Display="Dynamic"></asp:RequiredFieldValidator></TD>

</TR>

<TR>

<TD>

<asp:Label id="Label2" runat="server">Password</asp:Label></TD>

<TD>

<asp:TextBox id="tbAccess_Password" runat="server"
TextMode="Password" Columns="20" MaxLength="20"></asp:TextBox>

<asp:RequiredFieldValidator id="rfvAccess_Password"
runat="server" ErrorMessage="* required" Display="Dynamic"

ControlToValidate="tbAccess_Password"></asp:RequiredFieldValidat
or></TD>

</TR>

<TR>

<TD></TD>

<TD></TD>

</TR>

<TR>

<TD></TD>

<TD>

<asp:Button id="btnLogin" runat="server" Text="Login"
CssClass="btn" CausesValidation="False"></asp:Button>

<asp:Button id="Button1" runat="server"
Text="Button"></asp:Button>

<asp:LinkButton id="LinkButton1"
runat="server">LinkButton</asp:LinkButton></TD>

</TR>

</TABLE>

</P>

</form>

</body>

</HTML>
 
G

GrantMagic

Did you recently install the .NET framework service pack

Because thats what happened to me.
If thats the case, try running "aspnet_regiis -i" from the command prompt.
 

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,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top