Jump to content

User Defined Confirm Box


toreachdeepak

Recommended Posts

No, but with logic, you can get the same result with two confirm boxes:

var X = confirm("Are you sure?");if(X) X = confirm("Press 'OK' to accept changes and 'Cancel' to discard them.");

The other option is building one with <div> elements and some buttons and using Javascript to make it appear.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...