HTML <form> value does not get posted

HTML <form> value does not get posted

am 08.01.2007 07:11:11 von Shawn H

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

Re: HTML <form> value does not get posted

am 11.01.2007 09:40:42 von Robert Chapman

"Shawn H" wrote in message
news:1168236671.471486.230510@38g2000cwa.googlegroups.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

Re: HTML <form> value does not get posted

am 12.01.2007 04:50:56 von Shawn H

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" wrote in message
> news:1168236671.471486.230510@38g2000cwa.googlegroups.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