___cliff rayman___ wrote:

> instead of redirecting you could call
> Execute({Inputfile => $fdat{ErrorPage}, [@errormessages]}).

make that
Execute({Inputfile => $fdat{ErrorPage}, param=> [@errormessages]})
ErrorPage of course needs to render the data in the params passed to it.

>
>
> Kaare Rasmussen wrote:
>
> > Hi
> >
> > I want to go to another page if some condition arises. I can do this
> >
> > [- $http_headers_out{'Location'} = "$fdat{Errorpage}" -]
> >
> > But what if I want to pass a variable? In fact I want the error page to display
> > the content of a error variable.
>
> hth,


--
___cliff [EMAIL PROTECTED]http://www.genwax.com/






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

Reply via email to