Easy Tutorial
❮ Jsref Regexp Zeromore Event Key Key ❯

onmouseover Event

Event Object

Example

Execute JavaScript code when the mouse pointer moves over the image:


Definition and Usage

The onmouseover event occurs when the mouse pointer is moved onto the specified element.

Syntax

In HTML:

In JavaScript:

Parameter Description
SomeJavaScriptCode Required. Specifies the JavaScript to be executed when the event occurs.

Browser Support

The onmouseover event is supported by all major browsers.


Supported HTML Tags:

The onmouseover attribute can be used with all HTML elements except: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, and <title>.

❮ Jsref Regexp Zeromore Event Key Key ❯