Search HouseOfScripts.com

 

All Scripts        JavaScripts        ASP Scripts        Other Scripts

 

  Events Page asp, send, email, cdonts, link, recordset, hyper, hyperlink, create, list, box, dependant, dynamic

Events could be applied to a different Elements on the Page. Every Event can trigger the JavaScript functions. The following is the table that shows this.

Event
Occurs when
Applies to
Event Handler
abort
User aborts the loading of an image (for example by clicking a link or clicking the Stop button)
images
onAbort
blur
User removes input focus from window, frame, or form element
windows, frames, and all form elements
onBlur
click
User clicks form element or link
buttons, radio buttons, checkboxes, submit buttons, reset buttons, links
onClick
change
User changes value of element
text fields, textareas, select lists
onChange
dragDrop
User drops an object onto the browser window, such as dropping a file on the browser window
windows
onDragDrop
error
The loading of a document or image causes an error
images, windows
onError
focus
User gives input focus to window, frame, or form element
windows, frames, and all form elements
onFocus
keyDown
User depresses a key
documents, images, links, text areas
onKeyDown
keyPress
User presses or holds down a key
documents, images, links, text areas
onKeyPress
keyUp
User releases a key
documents, images, links, text areas
onKeyUp
load
User loads the page in the Navigator
document body
onLoad
mouseDown
User depresses a mouse button
documents, buttons, links
onMouseDown
mouseMove
User moves the cursor
nothing by default
onMouseMove
mouseout
User moves mouse pointer out of an area (client-side image map) or link
areas, links
onMouseout
mouseover
User moves mouse pointer over a link
links
onMouseOver
move
User or script moves a window
windows
onMove
resize
User resizes the browser window
window
onResize
reset
User resets a form (clicks a Reset button)
forms
onReset
select
User selects form element's input field
text fields, textareas
onSelect
submit
User submits a form
submit button
onSubmit
unload
User exits the page
document body
onUnload

 

 


Home       Scripts       Active WebTools       Web Templates       Forum       Tools        Hosting       Questions/Comments       Add/Request