----- Original Message -----
From: "alan milligan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 31, 2001 4:44 PM
Subject: Modelling <jsp:forward>


> limited ...).  The following stub indicates what I want to do: if the
> authorise function fails, hand the request to /public/secviolation.html
and
> don't present any of the rest of the page.
>

do a

[- if (!authorise)
    {
    $http_headers_out{Location} = '/public/secviolation.html' ;
    exit ;
    }
-]

here comes some more html

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




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

Reply via email to