[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small Fix...



OnMouseOver code for timing out the window.status was sent to the
list.  I tried it out, and it didn't work.  However, with some modifications, I
have it working fine.  Here it is:


<html>
<head>
<script language="JavaScript">
<!-- Hide 
function moveover() {
   setTimeout("erase()",1000);
}  function erase() {
   window.status="";
}
// -->
</script>
</head>
<body>
  <a href="dontclck.htm"
onMouseOver="moveover();window.status=('Disappearing!');return
true;"> link</a>
</body>
</html>

-----
Dain A. Muller
daxel@pcix.com
mullerd@hlthsrc.com

--------------------------------------------------------------------
This message came from the mailing list javascript. For help using the
mailing list software, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.