Hi.

I have a html file (created with Dreamweaver) with one form and submit
button with 

<form method="POST" action="/cgi-bin/contact.pl" onSubmit="return
check_form(this)">
                  <input type="hidden" name="success"
value="/contacto/message.htm">
                   <input type="hidden" name="required-to"
value="[EMAIL PROTECTED]">
                    <input type="hidden" name="subject" value="-- NEW
CONTACT --">

I need my perl script to return a valid value then the user can see
message.htm page


How can I do?

Thanks

Edgardo


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to