New Event Driven Function


/ Published in: JavaScript
Save to your folder(s)

Define new event driven function


Copy this code and paste it in your HTML
  1. object.eventHandlerName = function([param1,...[,paramn]]) {statement(s)}

Report this snippet


Comments


You need to login to view comments.