473,473 Members | 1,901 Online
Bytes | Software Development & Data Engineering Community
Create 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 2480

"Shawn H" <Sh*********@gmail.comwrote in message
news:11**********************@38g2000cwa.googlegro ups.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*********@gmail.comwrote in message
news:11**********************@38g2000cwa.googlegro ups.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
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;"...
2
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. ...
3
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...
19
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
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...
2
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"...
4
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...
2
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...
1
by: nikhilchandra | last post by:
how clear text field in struts onsubmit event of <html:form> tag
0
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
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
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
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
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
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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
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.