Re: Passing Form Variables Through a Second Form

by Ben Ocean <lists(at)TheWebsons.com>

 Date:  Mon, 29 Oct 2001 15:38:53 -0800
 To:  ryan(at)yetiarts.com
 Cc:  hwg-techniques(at)hwg.org
 References:  thewebsons
  todo: View Thread, Original
At 03:04 PM 10/29/01 -0800, you wrote:
>If you are using Perl or PHP, you could have the first form send (using
>POST) to a script that prints the second form, passing the variables
>from the first as hidden inputs.
>
>For example, in Perl, you could pass the variable in your script by:
>
>print "<.input type=hidden name='yourVariable' value='$yourVariable'>";
>
>NOTE: you have to remove the period at the beginning...
>
>PHP is much the same:
>
>echo "<.input type=hidden name='yourVariable' value='$yourVariable'>";

Yeah, that's right. Done that before. I'm messing with a new platform 
(zope.org) in a new language (python)-- have to see how it's done there. 
Thanks!
BenO

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA