Redirecionamento em Jquery
<script type=”text/javascript”> $(window.location).attr(“href”, “pagina.html”); </script>
Redirecionamento em PHP
header(”Location: pagina.html);