A confirm dialog is often used if you want the user to verify or accept something.
When a confirm dialog pops up, the user will have to click either "OK" or "Cancel" to proceed.
The dialog must be resizable and it can be resized to a minimum width equal to the initial display width and a minimum height equal to the sum of header and footer heights. You can also pass a percent of the document clientWidth/clientHeight.