javascripturlhttp-redirectuser-controlswebusercontrol

How to redirect to home page in JavaScript?


How can I redirect a user to home page?

Example: mywebsite.example/ddfdf/fdfdsf and I want to redirect to mywebsite.example

However I want to do it without typing the static name. How can I do this?


Solution

  • document.location.href="/";