Skip to content Skip to sidebar Skip to footer
Showing posts with the label Prompt

How To Redirect While Prompt Is Still Active?

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