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.

  $req_rec->header_out("Location" => "second.epl");
  $req_rec->status(REDIRECT);

What I want is to have the data that is stored in fdat, from the first document,
be passed to the second document via the redirect.  Is this possible?

Thanks,
John

-- 
John Walstra                                   CNET Networks / Apollo Solutions
Senior Software Developer                      300 Park Blvd, Suite 105
mailto:[EMAIL PROTECTED]                          Itasca, IL 60143-4914

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

Reply via email to