Redirection testing page

Jump to this page using a PHP redirection
header("location : http://xxxx");

Jump to this page using a HTTP redirection
<meta http-equiv="refresh" content="0; url="http://xxx" />

Jump to this page using a Javascript redirection
<script language="javascript">document.location.href="?type=endpage";</script>

Jump to this page using a delayed Javascript redirection (3s)