Javascript Prompt Redirect How To Redirect While Prompt Is Still Active? June 12, 2024 Post a Comment So say I have the following code: window.prompt('Redirecting'); location.href = '/'… Read more How To Redirect While Prompt Is Still Active?