473,791 Members | 3,275 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTML <form> value does not get posted

Hi guys,

I'm experiencing this really strange issue with a HTML form, because no
data gets posted.

Basically, everything is written in ASP. Firstly, a user fills in an
online (ASP) form, and then submits it to another ASP page (e.g.
Send.asp). Now Send.asp retrieves all the form data and sends another
HTML form via an e-mail. I then receive and open the HTML email(s). Now
everything is going fine up until this point.

When I hit the submit button from the e-mail, it posts all the form
data to another ASP page.

Now this is when things start to get a little weird.

Half the time when I submit the form via Outlook 2003 message, the
other ASP page would load will all the form data intact. Every other
time, the other ASP page would load will NO form data at all; just
blank text boxes, textarea, checkboxes, etc ...

I've done a few experiment of my own in the hope of finding some
answer. So far, I've only seen this happen to Outlook 2003 and not 2000
(we have a mixed between those 2 versions).
Also, it only happens to users in the same state as where the IIS
server is located. For example, the server is located in state A, so
any users with Outlook 2003 in State A will experience this problem
half the time. Other users in State B, C, D, etc ... using Outlook 2003
does not experienc this problem. Because the link is a lot slower for
our interstate users, I'm starting to think that maybe network speed
has a part in this behaviour.

Has anyone seen this happened before?
Anyone have any idea(s) as to why this is happening?

Thanks,
Shawn

Jan 8 '07 #1
2 2506

"Shawn H" <Sh*********@gm ail.comwrote in message
news:11******** **************@ 38g2000cwa.goog legroups.com...
Hi guys,

I'm experiencing this really strange issue with a HTML form, because no
data gets posted.

Basically, everything is written in ASP. Firstly, a user fills in an
online (ASP) form, and then submits it to another ASP page (e.g.
Send.asp). Now Send.asp retrieves all the form data and sends another
HTML form via an e-mail. I then receive and open the HTML email(s). Now
everything is going fine up until this point.

When I hit the submit button from the e-mail, it posts all the form
data to another ASP page.

Now this is when things start to get a little weird.

Half the time when I submit the form via Outlook 2003 message, the
other ASP page would load will all the form data intact. Every other
time, the other ASP page would load will NO form data at all; just
blank text boxes, textarea, checkboxes, etc ...

I've done a few experiment of my own in the hope of finding some
answer. So far, I've only seen this happen to Outlook 2003 and not 2000
(we have a mixed between those 2 versions).
Also, it only happens to users in the same state as where the IIS
server is located. For example, the server is located in state A, so
any users with Outlook 2003 in State A will experience this problem
half the time. Other users in State B, C, D, etc ... using Outlook 2003
does not experienc this problem. Because the link is a lot slower for
our interstate users, I'm starting to think that maybe network speed
has a part in this behaviour.

Has anyone seen this happened before?
Anyone have any idea(s) as to why this is happening?
I can't think of any reason why location should be a factor. The only time
I have had problems submitting html forms from Outlook is when I have
Firefox set as my default browser. As a result, I no longer produce html
forms for display in email clients. I don't trust them.

--
Mike Brind
Jan 11 '07 #2
The strange thing is it's intermittent, so you never really know when
it'll happen.

We're all using Internet Explorer, so we can rule out browser
compatibility issues.

Any idea on where things might go wrong from start to end?
Mike wrote:
"Shawn H" <Sh*********@gm ail.comwrote in message
news:11******** **************@ 38g2000cwa.goog legroups.com...
Hi guys,

I'm experiencing this really strange issue with a HTML form, because no
data gets posted.

Basically, everything is written in ASP. Firstly, a user fills in an
online (ASP) form, and then submits it to another ASP page (e.g.
Send.asp). Now Send.asp retrieves all the form data and sends another
HTML form via an e-mail. I then receive and open the HTML email(s). Now
everything is going fine up until this point.

When I hit the submit button from the e-mail, it posts all the form
data to another ASP page.

Now this is when things start to get a little weird.

Half the time when I submit the form via Outlook 2003 message, the
other ASP page would load will all the form data intact. Every other
time, the other ASP page would load will NO form data at all; just
blank text boxes, textarea, checkboxes, etc ...

I've done a few experiment of my own in the hope of finding some
answer. So far, I've only seen this happen to Outlook 2003 and not 2000
(we have a mixed between those 2 versions).
Also, it only happens to users in the same state as where the IIS
server is located. For example, the server is located in state A, so
any users with Outlook 2003 in State A will experience this problem
half the time. Other users in State B, C, D, etc ... using Outlook 2003
does not experienc this problem. Because the link is a lot slower for
our interstate users, I'm starting to think that maybe network speed
has a part in this behaviour.

Has anyone seen this happened before?
Anyone have any idea(s) as to why this is happening?

I can't think of any reason why location should be a factor. The only time
I have had problems submitting html forms from Outlook is when I have
Firefox set as my default browser. As a result, I no longer produce html
forms for display in email clients. I don't trust them.

--
Mike Brind
Jan 12 '07 #3

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

Similar topics

2
2603
by: Keiron Waites | last post by:
I have the following code: <input type="text" name="search" class="search_top"> <a href="" onclick="window.location='search.inc.php'+document..search. value; return false;" class="search_top">go</a> What do I put within to access the value of the input field search so I can access it's value? Thanks,
2
1449
by: Don | last post by:
Can someone tell me what I'm doing wrong here. I can't believe I'm having this kind of problem. Think maybe I've been working on this for too long, and everything is starting to look the same. I'm trying to use JS on a client-side page to prefill "action" of a <form> tag. Here's what I'm using: document.forms.action.value = "http://..." Can someone please give me a hand with this.
3
12937
by: Ben | last post by:
Here's my form: <form name="aForm" method='post'> <input type=file name=file1 onkeypress='KeyPress()'><br> <a id='attachMoreLink' href='javascript:AddFileInput()">Attach More Files </a> <input type=submit value='Done'> </form>
19
2903
by: Wouter | last post by:
Hi, I try to make when i send a <form> that he dont open a new window. Is there someone who know how i can make this whit javascript ? Greets Wouter
6
3876
by: snacktime | last post by:
I've searched and searched and have not found a solution to suppress the margin on form or href tags so that there is no space before or after the tag. The only way I have found to do this is to place the tags one after another without any spaces between them. For example, a space gets rendered between these two href's when displayed in firefox or IE. <a href="#"><img border="0" height="10" src="test.gif" width="10" /></a>
2
9264
by: leonlien | last post by:
I am learning C# now .. so please bear with me if I don't make any sense. I have a plain HTML form on WEB Server 1 <Form action ="ABC.aspx" method=POST id=fURL name=fURL> <Input Type="hidden" id=AA name=AA value="TESTA"> <Input Type="hidden" id=BB name=BB value="TESTB"> </Form> And I need a simple C# ASPX to get the TESTA, TESTB values passed from the
4
4886
by: nathalia | last post by:
Hello, I think i want a simple thing but don't know how to fix it. I have a html form and i want to check if people didn't left any fields blank. If they leave it black i want to show a message and stay on the same page. I can show the message but it always go's to the page i have put in mijn "action" of the html form. Here is the code;
2
22012
by: mcdoublev | last post by:
Hi guys, I don't know whether this is a HTML or Javascript question, but i decided to put it here. This is my problem: I am making a simple HTML form that posts a random number (generated by Javascript) on my website, but I'm having trouble assigning the random number to the form. This is what I have right now:
1
6485
by: nikhilchandra | last post by:
how clear text field in struts onsubmit event of <html:form> tag
0
9517
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,...
0
10428
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10156
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
9997
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...
0
9030
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7537
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
6776
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
5559
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3718
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.