Confirm Dialog

Example of confirm dialog

HTML

<!-- Button will invovke the function called "callback()" when clicked -->
<button onclick="callback()">Click Me</button>
 <div id="result"></div>