Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to make a redirect html page using jQuery

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 482
    Comment on it

    Redirecting a web page will occur in the header part of the page. In JQuery the page redirect have a code and it will go like this below

    // similar behavior as clicking on a link
    window.location.href = "http://findnerd.com";
    

    As soon this script code will execute the page will redirect to findnerd.com

    Similarly there is also code for history go back

    window.history.go(-1)
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: