/ Published in: JavaScript

Define new event driven function
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
object.eventHandlerName = function([param1,...[,paramn]]) {statement(s)}
Comments
