chimni has asked for the wisdom of the Perl Monks concerning the following question:
I have an html page with a form in it. I have done the client side validations in Java (e-mail, name, phone etc).
On submit I want to send the form data to an e-mail address and take the user to a html download page. I have made the download page using (html/css)
Is there a way of pasting my download page directly in perl? I already have the html code just want to paste it post server side data processing. But do not want to do this line by line OR I can use a header redirect as suggested in this thread and call the download form
any prefrence, is one way better? Thanks, Chi
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Form submission
by lostjimmy (Chaplain) on Mar 03, 2009 at 23:20 UTC | |
by chimni (Pilgrim) on Mar 03, 2009 at 23:32 UTC | |
by lostjimmy (Chaplain) on Mar 03, 2009 at 23:57 UTC |