javascript
start to learn javascript here..
a client side object hirarchy is given below-

all forms,anchors,images,etc. are stored as an array.so you can access them using array [if you are novice to array , so don't worry it's easy.]
events in javascript
| event handler | Description | 
|---|
onclick() | this event occurs when user clicks on an element. | ondblclick() | this event occurs when user double clicks on an element. | onmouseover() | this event occurs when user's mouse moves over on an element. | onmouseout() | this event occurs when user's mouse moves out on an element. | onkeydown() | this event occurs when user hold down a key. | onkeyup() | this event occurs when user release a key. | onkeypress() | this event occurs when user press a key. | onabort() | this event occurs when user stop to load images. | 
 similarly, some more events are here in javascript.
 
No comments:
Post a Comment