: 604.638.6020
Toll Free: 1.877.503.9870
http://www.pacificonline.com
-Original Message-
From: drieux [mailto:[EMAIL PROTECTED]]
Sent: February 18, 2003 10:02 AM
To: Scott Lutz
Cc: cgi cgi-list
Subject: Re: help with HTTP::Request for POST
On Tuesday, Feb 18, 2003, at 08:43 US/Pacific, Scott Lutz
On Tuesday, Feb 18, 2003, at 10:33 US/Pacific, Scott Lutz wrote:
[..]
Thanks for the input drieux!
All of the information that I have found has said that you can not
change the form action using IE, which is why I was led to the server
side method. I will try the javascript, to see how it works
On Tuesday, Feb 18, 2003, at 08:43 US/Pacific, Scott Lutz wrote:
What I am attempting to do, is do a server side "form action" redirect
based on a regex on a field from the form.
[..]
[Mon Feb 17 17:04:05 2003] [error] [client 66.51.160.131] Premature
end of script headers: /var/cgi-bin/parse
on di, 18 feb 2003 16:43:22 GMT, Scott Lutz wrote:
> What I am attempting to do, is do a server side "form action"
> redirect based on a regex on a field from the form. It now seems that
> this is just going to POST the form data, and leave the user hanging.
> Is HTTP::Request the best way to dire
What I am attempting to do, is do a server side "form action" redirect based on a
regex on a field from the form.
It now seems that this is just going to POST the form data, and leave the user
hanging.
Is HTTP::Request the best way to direct the user and the form data to the appropriate
page?