Recently I started building a personal website using HTML5, CSS3 and JScript. I am having a lot of fun with this and I thought I could do everything without any problem but I was wrong so I am here.
My query is : how do I redirect a user to an external page on when the users scroll down / bottom?
I already sought on the net and I found quite good answer but none of them helped me. Most of the answers explain using window.location.replace("http://stackoverflow.com");
Or something similar but I am looking for something else.
I also tried looking in Jquery documentation but I did't find anything about scroll.
=========================================================================
EDIT
Basically I have a full width and length page, What I a want is when the user scroll down with the mouse I want to redirect from the Home page to About. WebPage
I tried with the solution given so far but nothing happen! no error, nothing at all.
Thank you, for your time!