Forum Moderators: open

Message Too Old, No Replies

Forms with IE4

Problem with redirect

         

JillSB

11:31 am on Mar 26, 2002 (gmt 0)



I've created a Feedback form, with the following line of code in it:

<INPUT TYPE=HIDDEN NAME="redirect" VALUE="../Thanks.htm">

It's a pretty basic form:

<FORM NAME=FEEDBACK ACTION="mailto:me@myemailaddress.com?subject=Feedback" METHOD=POST>

When the user hits Submit the details are posted correctly to my email address, but the user isn't redirected.

I'd appreciate any ideas!!
Thanks!

tedster

12:52 pm on Mar 26, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi, JillSB, and welcome to Webmaster World.

How about trying an absolute URL for the redirect. Just a hunch, mind you, and I don't have IE4 to test it on.