HTML and Code design insider tricks
JavaScript Events explained
These are events that wait for user input or actions to occur, they are inactive until an associated event has been triggered by the user doing something. A very useful set of intuitive commands that can be embedded into a HTML page to control or modify actions and reactions.
onMouseOver
An event is created when a mouse passes over the associated object or text.
Often used for drawing attention or simply hidding text from view.
onMouseOut
An event is created when a mouse is moved off the associated object or text.
Same as onMouseOver but in the negative.
onClick
An event is created when a mouse has been clicked to activate the associated object or text.
Associated jumping without HTML Hyperlinking.
alert
An event is created which displays a pop-up window containing text and an OK button.
Often used for warnings or further user input reminders.
All information is provided by our designers from their experiences and extensive knowledge resources.
|