473,505 Members | 13,925 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Submit button suddenly stopped working


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>

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #1
1 2787
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.

"Mark" <an*******@devdex.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

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>

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
28919
by: Mattia | last post by:
Hi! I have a <form> that can be submitted thruogh three buttons and I need to tell witch one was pressed when the form was submitted. I now do it with 3 <input type="submit" name="..."...
2
3166
by: allenj | last post by:
DB2 UDB 7.2 WSE Fixpak 9 Linux Red Hat 7.3 A very strange thing just happened w/ my DB2 server. I am on Linux and using NIS - the instance owner is in the servers /etc/passwd file. Suddenly,...
2
4137
by: Nils Hedström | last post by:
Today my stateserver (running at the same computer at the web-server) suddenly stopped responding (after 10 days working perfectly). I did not see any entry in the eventlog indicating that the...
4
2170
by: Paul W | last post by:
On my simple login-screen I have a 'username' and 'password' field and an imagebutton for the 'OK'. This used to work nicely so that when the user hit <Enter> from the password field, it invoked...
3
1617
by: Aahz | last post by:
I have big asp.net , c# project with many buttons and image buttons that suddenly stop firing, when you click on button form -nothins happen. What strange that in Firefox they are still work...
10
6045
by: ljlolel | last post by:
So.. I have a form that submits to an ASP.net site made in C-sharp. The ASP site is not mine, i do not have the server side code. When I submit from my form by pressing the Submit button, I get...
2
1788
latitude
by: latitude | last post by:
Have had a few questions here but no replies so far so thought id give it one more go: Im working on a textviewer/editor and have used autodetect url on it, and it has worked fine. But somewhere...
8
1803
by: teddarr | last post by:
Last night while I was working on my project, all the buttons in my solution stopped working. I was moving the project from my local machine to my schools server. Does anyone know what I can do...
3
3913
by: d3vkit | last post by:
I've been using apache and php to create clean urls for a while, and suddenly the other day it just stopped working. My host is godaddy.com and I think this might be the source of my trouble, but...
0
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7298
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7471
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5610
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5026
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4698
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
406
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.