Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  

 

 javascript mouseOver()

Go down 
AuthorMessage
sojan

sojan


Number of posts : 29
Age : 40
Registration date : 2007-03-04

javascript mouseOver() Empty
PostSubject: javascript mouseOver()   javascript mouseOver() EmptyTue Mar 27, 2007 12:58 pm

<html>
<head>
<script type="text/javascript">
function mouseOver()
{
document.b1.src ="b_blue.gif"
}
function mouseOut()
{
document.b1.src ="b_pink.gif"
}
</script>
</head>
<body>
<a href="http://www.w3schools.com" target="_blank"
onmouseover="mouseOver()"
onmouseout="mouseOut()">
<img border="0" alt="Visit W3Schools!"
src="b_pink.gif" name="b1" /></a>
</body>
</html>
Back to top Go down
http://sojanctherakom.googlepages.com
sojan

sojan


Number of posts : 29
Age : 40
Registration date : 2007-03-04

javascript mouseOver() Empty
PostSubject: Re: javascript mouseOver()   javascript mouseOver() EmptyTue Mar 27, 2007 1:01 pm

sojan wrote:
refer www.W3Schools.com to learn javascript
Back to top Go down
http://sojanctherakom.googlepages.com
 
javascript mouseOver()
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: Programming Languages :: JAVA-
Jump to: