Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
HEADER [cont'd]
MOUSE EVENTS [cont'd]
onmouseover in MOUSE EVENTS of HTML 4
2265 Views
Usage 
The onmouseover event will get triggered when user moves over an element.
Example
<html>
<body>
 
<p onmouseover="welcome()" >mouse move</p>

 
<p id="option"></p>
 
<script>
function welcome() {
    document.getElementById("option").innerHTML = "welcome";
}


</script>
 
</body>
</html>
Next Topics
Next lessons of current book.
MOUSE EVENTS of HTML 4
MOUSE EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
Previous Topics
Previous lessons of current book.
MOUSE EVENTS of HTML 4
MOUSE EVENTS of HTML 4
MOUSE EVENTS of HTML 4
MOUSE EVENTS of HTML 4
MOUSE EVENTS of HTML 4
Best Lessons of "HTML 4"
Top lessons which are viewed more times.
TEXT FONT STYLE of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details