Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > send data to html form

Reply
Thread Tools

send data to html form

 
 
ckcollectibles
Guest
Posts: n/a
 
      08-04-2005
I have a perl script that is written and it sends the data from the
form to email but I want it to also send the data to the
confirmation/thanks page so that the user can print it out for a
receipt. What is the script needed for this?

 
Reply With Quote
 
 
 
 
Mark Clements
Guest
Posts: n/a
 
      08-04-2005
ckcollectibles wrote:
> I have a perl script that is written and it sends the data from the
> form to email but I want it to also send the data to the
> confirmation/thanks page so that the user can print it out for a
> receipt. What is the script needed for this?
>

modify the script so that it also displays to the screen.


check out

perldoc -q cgi

http://www.perl.org/CGI_MetaFAQ.html

Mark
 
Reply With Quote
 
 
 
 
Ian Wilson
Guest
Posts: n/a
 
      08-04-2005
ckcollectibles wrote:
> I have a perl script that is written and it sends the data from the
> form to email but I want it to also send the data to the
> confirmation/thanks page so that the user can print it out for a
> receipt. What is the script needed for this?
>


http://nms-cgi.sourceforge.net/scripts.shtml
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML File Upload using enctype=multipart/form-data in form? Matt Java 8 05-26-2012 07:40 AM
Read data from enctype="multipart/form-data" form Kevin DeValck Ruby 1 05-17-2011 06:14 PM
HTML File Upload using enctype=multipart/form-data in form? Matt HTML 1 10-12-2004 08:17 PM
submit form data in multiple buttons on a html form Matt Javascript 1 07-05-2004 10:12 PM
submit form data in multiple buttons on a html form Matt HTML 0 06-26-2004 08:04 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57