or you could try something like :

<script>window.location.href='http://www.slashdot.org'</script>

and / or

<?php
echo "<script>window.location.href='http://www.slashdot.org'</script>";
?>

Brandon Holtsclaw
[EMAIL PROTECTED]

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

Reply via email to