If I use window.location = ""; to redirect a user, will any browsers give the user a warning message (since the page is redirecting without the user’s consent)?
Should I use window.location = "" or window.location.href = ""?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. You will not get any warning (like you do if you close the window). And I have never seen any difference in location and location.href, but I use the last 🙂