At 11:19 AM on 20 Mar 2010, dark0s wrote: > Can I capture (to pass) the success tt2 variable in login.cgi perl > script?
Everything sent to your CGI has to be done in hidden inputs. So put a hidden input in your form: <input type="hidden" name="success" value="[% success %]" /> -- C. Chad Wallace, B.Sc. The Lodging Company http://www.lodgingcompany.com/ OpenPGP Public Key ID: 0x262208A0
signature.asc
Description: PGP signature
_______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
