When a user hits the submit button on a form, a perl script gets executed (duh!). As 
part of the script, I write
out a response to the submission request using CGI.pm print statements.  When the user 
sees the response in the
browser in the location field, the URL that they see is:

    http:/www.mycompany.com/cgi-bin/form_name.cgi

I would like them to see something like

    http:/www.mycompany.com/response_to_form.html

If there's a way to do this, how do I go about doing it?

While I don't if the submission method is relevant, I am using a post method.


Thank you

Barry Kingsbury


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to