On Thu, Sep 14, 2000 at 05:57:27PM -0500, [EMAIL PROTECTED] wrote:
> I have two embperl documents. The first one generates a form. When you submit
> the form, it calls itself, "<FORM METHOD=POST ACTION=first.epl>", to check
> for field errors (eg Someone typing in a username that exists in the system). If
> there is no field errors, I use the following to redirect to my second document.
> 

If you really want to have that in %fdat and you really want to
use POST and not pass the parameters in the URL then you will
have to use javascript. Use that [$ hidden $] thing to fill out
the form and write sth. like <BODY onload='myform.submit()'>
(don't rely on me for the syntax, I seldom use javascript..) into
your page if there are no field errors 

Andre


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to