473,672 Members | 2,588 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Strange problem submit button not working

Hi,

I have encountered a strange problem with an asp.net application. I have the
same code deployed on staging and production. On clicking the submit button
the app is supposed to send an email.
This works fine on staging environment for both netscape and IE.

But on production (it has multiple servers) for some reason it fails in IE
but works in Netscape. So if I now click on submit nothing happens on
production.

Both the environments have the same code. Has anyone ever encountered this.
Not sure if this is the correct place for such a problem, if any one knows a
more suitable group please let me know.
Really puzzled here..any help will be really appreciated.

Thanks!

Nov 18 '05 #1
2 1539
Are using Validation? Are you familiar with the bug in Service Pack 1
for .NET v1.1 ? There's an issue with a WebUIValidation .js file. Could
the production server have intalled this SP1? An interesting page
pertaining to this is here and mention of a fix.
http://weblogs.asp.net/pwilson/archi...16/230591.aspx
On Tue, 12 Oct 2004 11:33:06 -0700, "jbhan"
<jb***@discussi ons.microsoft.c om> wrote:
Hi,

I have encountered a strange problem with an asp.net application. I have the
same code deployed on staging and production. On clicking the submit button
the app is supposed to send an email.
This works fine on staging environment for both netscape and IE.

But on production (it has multiple servers) for some reason it fails in IE
but works in Netscape. So if I now click on submit nothing happens on
production.

Both the environments have the same code. Has anyone ever encountered this.
Not sure if this is the correct place for such a problem, if any one knows a
more suitable group please let me know.
Really puzzled here..any help will be really appreciated.

Thanks!


Nov 18 '05 #2
Thanks for the reply. I did come across this but when I inquired about the OS
and service pack on the production server, they said it was Windows 2000
Service Pack 4 and thats for both the staging and production. They also
mentioned that they have not applied any other update or service pack.

I am thinking maybe the best option is not to use the validators at all?
They just cause problems all the time!

Any ideas?

Thanks,
jbhan

"JuLiE Dxer" wrote:
Are using Validation? Are you familiar with the bug in Service Pack 1
for .NET v1.1 ? There's an issue with a WebUIValidation .js file. Could
the production server have intalled this SP1? An interesting page
pertaining to this is here and mention of a fix.
http://weblogs.asp.net/pwilson/archi...16/230591.aspx
On Tue, 12 Oct 2004 11:33:06 -0700, "jbhan"
<jb***@discussi ons.microsoft.c om> wrote:
Hi,

I have encountered a strange problem with an asp.net application. I have the
same code deployed on staging and production. On clicking the submit button
the app is supposed to send an email.
This works fine on staging environment for both netscape and IE.

But on production (it has multiple servers) for some reason it fails in IE
but works in Netscape. So if I now click on submit nothing happens on
production.

Both the environments have the same code. Has anyone ever encountered this.
Not sure if this is the correct place for such a problem, if any one knows a
more suitable group please let me know.
Really puzzled here..any help will be really appreciated.

Thanks!


Nov 18 '05 #3

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

Similar topics

5
3681
by: Bruce Duncan | last post by:
I can't seem to figure our why this doesn't work. I don't get any errors, it just doesn't submit. Can anyone shed some light. <?PHP $var1 = "http://localhost/php/index.php"; $varx = "bruce"; echo "<form name='formx3' method='post'><input type='text'><input type=button value=go onclick=document.formx3.action='".$var1."'; document.formx3.submit();></form>"; ?> I got it working using the following...but I want to know why the above code...
10
3027
by: Perry van Kuppeveld | last post by:
Hi, I have a problem with formatting a table including text fields wich can contain up to 255 chars. I need a table with 3 columns: - First column 50 % over the with a rowspan of the total number of rows. - Second column 25 %, no rowspan - Third column 25 %, no rowspan
2
2196
by: COHENMARVIN | last post by:
I have a form with a Submit button. The user fills out the form, clicks the submit button, and then the page posts back to itself. Every time the page posts back to itself, the "Page_Load" event fires. So if the user first types the URL of the page in the browser, the "Page_Load" event fires. Then he hits submit, and the form contents are posted back, so the "Page_Load" event fires again. The form appears again (I clear its contents),...
10
6074
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 server to process an __EVENTTARGET posting. When I click the submit button, it does not process the...
7
4614
by: Tim_Mac | last post by:
hi, using .net 2.0, i have a web form with lots of textboxes, drop-down-lists etc. There are lots of required field validators and regular expression validators. When i click the 'save' button, the client-side validation is executed immediately and the errors flash up on screen. However at the same time, a post-back is performed and the page is obviously un-usable while it is awaiting a response from the server. it looks very poor from...
4
6669
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all I have the following code: I am trying to use the value of the image button to evaluate what plan the user has chosen, i.e. it request("submit1")="Basic", then the user chose basic plan ... But when I click one of the image button, the thing is different from what I thought. it seems that it has field name like submit1.x=24&submit1.y=10, looks like the form submit swith the image button position values instead of the value
10
8593
by: The Natural Philosopher | last post by:
I am coding up a bit of javascript stuff, and have managed to stumble my way through most of what I want.. But this one has got me stumped. I call submit() and get a javascript error 'Submit not defined' in Firefox.. My very expensive javascript Bible assures me its built in ..so where oh where have I FSCKED up?
4
4253
by: navneet0909 | last post by:
hii, I have a strange problem while working on a MS Access db. The code is in VBA.. I have a main form A, and a button to call a subform B. now the form B has some lists which inserts data. That part is working fine. B also has "Submit" and "Close" button. But whenever i code for the "X" button on right hand top corner, this results in strange behavior. Private sub Form_Close() cmdFormBClose()
1
3192
by: Jacqui | last post by:
Hi, I am trying to write a webpage that has a form on it, which gets submitted when a button is pressed, but also has an onclick event which does some DOM manipulation to display a waiting page. The issue that I am facing is that in Safari, a blank screen is being displayed rather than the waiting page. This is only happening if there are form tags around the button
0
8486
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8404
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8608
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8680
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6238
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5705
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2819
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
2
1816
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.