/    Sign up×
Community /Pin to ProfileBookmark

altering window status text using onmouseover event

I’ am trying to set the window status bar text in a function called by the onmouseover event. The catch is that the onmouseover event is embedded in an area tag which is properly embedded within <map></map> tags.

In IE 6.0 the status doesn’t change UNTIL I mouseout. It works as expected in NS7.

Anyone aware of this quirk and know any fixes…I’ve tried function calls, using self.status = ‘my text’: return true as inline code, and still can’t figure it out….

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@Rick_BullNov 21.2002 — Sometimes the status is changed after the onmouseover event so as to show the user the location of the href, so you could try onmousemover:

<i>
</i>&lt;a href="#" onmousemove="window.status='Hello';"&gt;


Or if you wanted to be really efficient:

<i>
</i>&lt;a href="#" onmousemove="if (window.status != 'Hello') window.status='Hello';"&gt;
×

Success!

Help @ljimpel spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.4,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...