How-to redirect using javascript?
Problem: You need to redirect user using javascript. Using vanilla JS, jQuery not nessesary Solution 1: Use this if you NOT need to put page to history // similar behavior as an HTTP redirect window.location.… ยป
Problem: You need to redirect user using javascript. Using vanilla JS, jQuery not nessesary Solution 1: Use this if you NOT need to put page to history // similar behavior as an HTTP redirect window.location.… ยป