Call your function in hyper link onMouseover event
|
|
<html> <head> <title>A Simple Page</title> <script language="JavaScript"> <!-- function overMessage() { alert("This is a great link - click on it!"); } // --> </script> </head> <body> <a href="http://www.navioo.com" onMouseover="overMessage()">www.navioo.com</a> </body> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|