Hello John,

Friday, September 15, 2000, 2:57:27 AM, you wrote:

JW> I have two embperl documents. The first one generates a form. When you submit
JW> the form, it calls itself, "<FORM METHOD=POST ACTION=first.epl>", to check
JW> for field errors (eg Someone typing in a username that exists in the system). If
JW> there is no field errors, I use the following to redirect to my second document.

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

don`t know if it is right, but as for me i would make it usig sessions, so uppon
you  check  fields for validity you store fields on success in %udat... and read
them  in  your  second  script.

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

Best regards,
Alexei V. Alexandrov                   [AA4460, AVA32-RIPN, AA1829-RIPE]
------------------------------------------------------------------------
*** Alexei V. Alexandrov -- www.elcomsoft.com ---- [EMAIL PROTECTED] ***
*** PGP Fingerprint:        9F23 7153 51D4 FD8F  4E7F D4DF E0FA E400 ***
------------------------------------------------------------------------



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

Reply via email to