devxlogo

Implement a Confirm Box That Redirects Based on a User’s Choice

Implement a Confirm Box That Redirects Based on a User’s Choice

You can easily create a function that redirects to a different page depending on a user’s choice of OK or Cancel. You should use JavaScript’s confirm command and then based on what is returned change the location property of the window object appropriately.For example:

 
Click here to go to a new page:

devx-admin

Share the Post: