Rated
Read 14,611 times
Related Categories
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>
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 work order system with NishiSoft acting as the middle man between software task order, verification of requirements meet and services delivered, and generation of the voucher for payment between parties.
Comments
|