You can use JavaScript:

document.location="URL";

You can do that in an onClick (make sure that it's not a type submit, just a
type button if you're using a button).

-Natalie

-----Original Message-----
From: Renaldo De Silva [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 05, 2002 2:45 PM
To: [EMAIL PROTECTED]
Subject: [PHP] redirection 


is there any way other than

header("Location: http://www.php.net/";);

to redirect to another page.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to