Why but why the window.status script doesn't function on netscape?
Oh!
onmouseout="self.status='Magazine' ; return true"
onmouseover=" self.status='{ ------We Love YOU} ' ; return true" >
Can anyone send me some help?
Magi.
| SitePoint Sponsor |



Why but why the window.status script doesn't function on netscape?
Oh!
onmouseout="self.status='Magazine' ; return true"
onmouseover=" self.status='{ ------We Love YOU} ' ; return true" >
Can anyone send me some help?
Magi.





Hmm..It should work!
I'll do some searching and verify my statement once more.
Will get back to you ASAP.
"Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world."
-- Albert Einstein





try window.status instead of self.status
So it could be:
(Pardon the link I'm using as an example! haah )
<a href="http://nortiq.com" onMouseOver="window.status = 'Visit Nortiq Web Services'; return true" onMouseOut="window.status = ''; return true">Nortiq Web Services</a>
I tested the above code in:
Netscape 4.76
IE5.5
Opera 5.02 << somehow...you have to right-click for the text to show
Mozilla 0.7
And it works perfectly fine.
Last edited by lynlimz; Feb 8, 2001 at 02:24.
"Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world."
-- Albert Einstein
Bookmarks