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?

Thank you.

Gerardo 



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

Reply via email to