>
> What I am trying to do is pass the value of the application_id onto the
> next form. application_id is not know until the initial screen has been
> filled out properly and submitted. After the error checking and
> application submission I then attempt to set $fdat{'application_id'} to
> the
"Erich L. Markert" wrote:
>
> What I am trying to do is pass the value of the application_id onto the
> next form. application_id is not know until the initial screen has been
> filled out properly and submitted. After the error checking and
> application submission I then attempt to set $fdat{
I do the following
http://172.17.30.38/Nactel/common/error.epl?application_id=[+
$fdat{'application_id'} +]
then "error.epl will have the $fdat{'application_id'} = 'some value';
Jeff
On Wed, Nov 24, 1999 at 09:41:08AM -0500, Erich L. Markert wrote:
> What I am trying to do is pass the value