Alert and confirm functions
- 2020-03-30 03:01:40
- OfStack
Alert is a common method of window object in JavaScript scripting language. It simply prompts a dialog box without canceling the function.
Confirm is a method in javascript that pops up a dialog box for cancel and confirm. Confirm returns true and cancel returns false. Typically used with the Onclientclick event for the button
Confirm is a method in javascript that pops up a dialog box for cancel and confirm. Confirm returns true and cancel returns false. Typically used with the Onclientclick event for the button