1 | confirm is a method of the Window object which pops up a window requesting confirmation of requested action |
2 | eval is a built-in JavaScript function |
3 | onClick is a JavaScript event handler and onClick ="your stuff" executes JavaScript code yourstuff |
4 | Note the user-defined names (aForm, expr, result) referred to in the script |