preventDefault
Cancels the event (if it is cancelable).
Syntax
event.preventDefault()Parameters
Example
Notes
In this case, default is the default action performed when the event is handled. Calling preventDefault cancels this action.
Specification
preventDefault
Netscape Communications http://developer.netscape.com |