var m = confirm('This operation cannot be undone! Are you sure you want to overwrite all of the selected data in your database with the data from the chosen text file?');
} else {
var m = confirm('This operation cannot be undone! Are you sure you want to overwrite all of the selected data in your text file with the data from the database?');
<input type=button value="Initialize Selected Tables" onclick="if (confirm('Warning: Initializing a table will permanently delete all data contained in that table! This data will not be backed up and cannot be recovered later. Are you absolutely sure that you want to initialize the selected table(s)?')) { document.forms[0].submit(); }">