js ile yönlendirmede bir sorun olmuştur,

ufak bir örnek:

Alıntı
<script type="text/javascript">
setTimeout(function () {
window.location = '<?php echo $link; ?>';
}, 5000);
</script>