- Code: Select all
<script type='text/javascript'>
window.location = '".$_SERVER['HTTP_REFERER']."'
</script>
its echo'd with php where needed and works fine but i wan to put a delay on it so i can show a message befor redirecting (much like phpbb does when you login and stuff) does anyone know how i can do this?
i have tried
- Code: Select all
<body onLoad='setTimeout('delayer()', 5000)'>
thanks

