a note on functions
| First enter a number then click on picture |
|
|
Basically, you have an
- object (like <img> or <body> or <a> <input
type="button">)
- with an event handler (like "onclick" or "onkeyup" or
"onblur")
- and a function call: (like "y=doit(p);" or "hopalong( );)
<object
onsomeparticularevent="go_do_somefunction_for_a_while('withthisinput');">
See here for more.