Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you get rid of "javascript" on status bar?

Status
Not open for further replies.

roblasch

Programmer
Dec 30, 2000
168
US
I can't seem to get rid of "javascript//" on the status bar. I am trying to display a message on a rollover which also activates a function. I am trying to change the status text from within that function, but it won't override the "javascript//" message.
 
what browser are you using???

well, try this in the mean time:

window.defaultStatus='this text in the status bar';

and

window.status='this text in the status bar too'; theEclipse
eclipse_web@hotmail.com
**\\||It was recently discovered that research causes cancer in rats||//**
 
I have tried both of those to no avail. The result is the same in IE5.5 and NN4.7 and N6
 
there's probably an easier way to do this, but this worked for me:

<a href=&quot;mypage.htm&quot; onmouseover=&quot;self.status='mypage';return function(){return false}&quot;>darg</a> jared@aauser.com -
 
When I try to access some images the computer locks up so tight that the ctrl, Alt., Delets command takes many minutes before it comes up and then it will not operate. I then have to hit the reset key to regain the computer.

feko@erols.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top