Hi,

I have a website for e,g, GuruQuest now suppose I want to redirect one question to another question .

How can I redirect user from one page to another page ?

Thank you in advance.

Bhaskar Bhatt Default Asked on December 22, 2015 in Programming.
Add Comment
  • 2 Answer(s)

    window.location.href=”http://www.abc.com”;

    sanjay Default Answered on December 22, 2015.
    Add Comment
    $(location).attr('href','http://yourPage.com/');
    pranav88raval Default Answered on December 28, 2015.
    Add Comment
  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.