Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.onscroll = function() {myFunction()};
  3.  
  4. function myFunction() {
  5.     if (document.body.scrollTop > 350) {
  6.         window.open("DEINE ADRESSE HIER","\_self");
  7.     }
  8. }
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement