Autolink

Automatic jump to a url on when the mouse moves over a link



<html>
<head><title>Auto Link</title>
<script language="javascript1.1">
function auto_link(sURL)
{
location.href=sURL;
}
</script>
</head>
<body>
<a href="javascript:void(0);" onMouseOver="auto_link('
http://www.ieighty.net/~davepamn/vb5.html');">Black Belt Visual Basic</a>
</body>
</html>

You might also like...

Comments

David Nishimoto NishiSoft provides Part I of the Information Technology Project collaboration. Sign up and list your IT project tasks, assign task too friends, and get percent complete task. Part will include a wo...

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programs must be written for people to read, and only incidentally for machines to execute.”