Skip to main content
Search
Search This Blog
Adsense
CFETCH
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
Java Scripts
March 29, 2014
Java Script for on mouse out
<html>
<head>
<script type="text/javascript">
function submit1()
{
alert("msg on mouse out");
}
</script>
</head>
<body>
<input type="text" size="30" onMouseOut="submit1()">
<input type="button" value="Hi" />
</body>
</html>
Comments
Popular Posts
January 17, 2014
C program to draw ellipse using Midpoint Ellipse Algorithm.
July 12, 2013
A C Program to ask the price of an item in decimal and separate rupees and paise.
Comments
Post a Comment