473,569 Members | 2,703 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="log in.aspx.vb" Inherits="booki ngcentral.login "%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>

<HEAD>

<title>Login</title>

<meta name="GENERATOR " content="Micros oft Visual Studio .NET 7.1">

<meta name="CODE_LANG UAGE" content="Visual Basic .NET 7.1">

<meta name="vs_defaul tClientScript" content="JavaSc ript">

<meta name="vs_target Schema"
content="http://schemas.microso ft.com/intellisense/ie5">

<LINK href="styles.cs s" type="text/css" rel="stylesheet ">

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

</HEAD>

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

background="ima ges/bg_form.jpg" onload="Form1.t bAccess_Name.fo cus()">

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

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

background="ima ges/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="#00669 9">

<td style="BACKGROU ND-COLOR: #006699" vAlign="middle"
align="left">&n bsp;

<asp:image id="Image1" runat="server" ImageAlign="Abs Middle"
BorderWidth="0p x" Width="0px"

Height="24px" ImageUrl="image s/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_Na me" runat="server" Columns="20"
MaxLength="20" tabIndex="1"></asp:TextBox>

<asp:RequiredFi eldValidator id="rfvAccess_N ame" runat="server"
ErrorMessage="* required" ControlToValida te="tbAccess_Na me"

Display="Dynami c"></asp:RequiredFie ldValidator></TD>

</TR>

<TR>

<TD>

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

<TD>

<asp:TextBox id="tbAccess_Pa ssword" runat="server"
TextMode="Passw ord" Columns="20" MaxLength="20"> </asp:TextBox>

<asp:RequiredFi eldValidator id="rfvAccess_P assword"
runat="server" ErrorMessage="* required" Display="Dynami c"

ControlToValida te="tbAccess_Pa ssword"></asp:RequiredFie ldValidat
or></TD>

</TR>

<TR>

<TD></TD>

<TD></TD>

</TR>

<TR>

<TD></TD>

<TD>

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

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

<asp:LinkButt on 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 2798
Did you recently install the .NET framework service pack

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

"Mark" <an*******@devd ex.com> wrote in message
news:%2******** ********@tk2msf tngp13.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="log in.aspx.vb" Inherits="booki ngcentral.login "%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>

<HEAD>

<title>Login</title>

<meta name="GENERATOR " content="Micros oft Visual Studio .NET 7.1">

<meta name="CODE_LANG UAGE" content="Visual Basic .NET 7.1">

<meta name="vs_defaul tClientScript" content="JavaSc ript">

<meta name="vs_target Schema"
content="http://schemas.microso ft.com/intellisense/ie5">

<LINK href="styles.cs s" type="text/css" rel="stylesheet ">

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

</HEAD>

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

background="ima ges/bg_form.jpg" onload="Form1.t bAccess_Name.fo cus()">

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

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

background="ima ges/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="#00669 9">

<td style="BACKGROU ND-COLOR: #006699" vAlign="middle"
align="left">&n bsp;

<asp:image id="Image1" runat="server" ImageAlign="Abs Middle"
BorderWidth="0p x" Width="0px"

Height="24px" ImageUrl="image s/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_Na me" runat="server" Columns="20"
MaxLength="20" tabIndex="1"></asp:TextBox>

<asp:RequiredFi eldValidator id="rfvAccess_N ame" runat="server"
ErrorMessage="* required" ControlToValida te="tbAccess_Na me"

Display="Dynami c"></asp:RequiredFie ldValidator></TD>

</TR>

<TR>

<TD>

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

<TD>

<asp:TextBox id="tbAccess_Pa ssword" runat="server"
TextMode="Passw ord" Columns="20" MaxLength="20"> </asp:TextBox>

<asp:RequiredFi eldValidator id="rfvAccess_P assword"
runat="server" ErrorMessage="* required" Display="Dynami c"

ControlToValida te="tbAccess_Pa ssword"></asp:RequiredFie ldValidat
or></TD>

</TR>

<TR>

<TD></TD>

<TD></TD>

</TR>

<TR>

<TD></TD>

<TD>

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

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

<asp:LinkButt on 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
28930
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="..." value="..."> with <input type="submit" ...> the only name-value values submitted (pushed into the query string) is the one of the submit button that was...
2
3168
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, DB2 would not authenticate any NIS-based logins, but it *would* authenticate the local non-NIS instance owner. This was happening not only w/...
2
4140
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 service stopped responding. This is the entry in web.config --- <sessionState mode="StateServer" stateConnectionString="tcpip=localhost:42424"...
4
2172
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 the VB code behind the image-button, and away he went. Suddenly this has stopped working like this. It still works if you use the mouse to click on...
3
1621
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 fine, but not in IE. When I create another project buttnons work without problems so it seems my project is somehow screwed up. I tried move project...
10
6062
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 different results than when I use a javascript submit: form1.submit();. I think the javascript submit is working as it should, since I want the...
2
1793
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 along the road it just stopped working when opening files by clicking on them in explorer, works fine with drag n drop and by opening via filemenu. Code I...
8
1809
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 about this? What causes it? How do I fix it? Thanks.
3
3916
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 I'm not sure what exactly that trouble is. Here is my .htaccess file: AddHandler x-httpd-php5 .php AddHandler x-httpd-php .php4 <FilesMatch...
0
7612
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7922
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8119
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6281
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5509
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5218
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1209
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.