>Is there a way to redirect a page with embperl, similar html meta tag
refresh
>method (<meta http-equiv="refresh" content="0; URL=index.htm
>target=MSGemail">).
>
>PHP has the following method:
><?php
>$redirectionvar = "index.php";
>header("Location: $redirectionvar");
>?>
>
>Is there a serverside way to do this in embperl?
There are sveral ways. The easiest is
[-
$http_headers_out{'Location'} = $redirectionvar ;
-]
You may add a exit is this is not the last statement on the page
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]