Pages

11.6.10

simple javascript redirect code

you can add this code anywhere in your pages
<script type="text/javascript">
setTimeout("location.href = 'http://jstoolz.blogspot.com';",1000);
</script>
change 1000 to the time of duration, and change our site url to the link that you want to redirect your visitor to

javascript, redirection, href, redirect, js

No comments: