Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.  
  3. setTimeout(function () {
  4. window.location.href = document.referrer; //will redirect to your blog page (an ex: blog.html)
  5. }, 10000); //will call the function after 10 secs.
  6.  
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement