alert is a common method of the window object in JavaScript script language. It only prompts a dialog box and has no cancellation function.
confirm is a method in JavaScript language. It pops up a dialog box for cancellation and confirmation. Confirm Returns true, cancels and returns false; usually used with the button's Onclientclick event.