Wednesday, September 5, 2012

Java Script Events

simple mouse events:
<onclick = function1();function2,...,functionN>




Simple mouse event with a button

<button onclick = function1();function2,...,functionN>

No comments:

Post a Comment