確認ダイアログ

if (window.confirm(‘本当実行しますか?’)) {
return true; //OK
} else {
return false; //キャンセル
}

HTML5