Closed Thread Icon

Topic awaiting preservation: netscape 6 window.status problem? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8738" title="Pages that link to Topic awaiting preservation: netscape 6 window.status problem? (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: netscape 6 window.status problem? <span class="small">(Page 1 of 1)</span>\

 
henri cervantes
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Jul 2003

posted posted 07-01-2003 05:57

why does this not work in netscape 6 on macintosh??? defaultStatus works, onMouseOver and onMouseOut do not...
<html>
<head>
<title>title</title>
</head>
<body onLoad="window.defaultStatus='Welcome to site!'">
<a href="abc.htm"
onMouseOver="window.status='alphabetic';
return true;" onMouseOut="window.status='';">something</a>
</body>
</html>

thanks -

quisja
Paranoid (IV) Inmate

From: everywhere
Insane since: Jun 2002

posted posted 07-01-2003 17:28

Try not capitalizing the onMouseOver and onMouseOut, since they're HTML attributes they should be lowercase.

« BackwardsOnwards »

Show Forum Drop Down Menu