what is the html code to disable the path or site address showing in the taskbar of internet explorer. pls help
![]()
what is the html code to disable the path or site address showing in the taskbar of internet explorer. pls help
![]()
Can't be done using HTML. I'm not sure if it can be done at all. The taskbar is outside the control of the page designer.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
that is a picture of the status bar... is that what you are refering to?
Do you mean when someone hovers over a link?
Yeah, looks like the status bar. Still can't be done using just HTML. In javascript, there are several options, none of which will work in a non-javascript enabled browser and some of which would render the site inaccessible to a non-javascript enabled browser. Generally, it isn't a good idea to mess with the status bar. Most people do not make it a central part of their internet experience so, whatever is down there cannot possibly detract from your site much.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
what you are showing in your code is when a person hovers (holds mouse over some link) it will show in the lil bar on the bottom.... that is a code that is embedded into the script of the browser, but if you want to change it you can use the code
Code:<a href="URL.html" onmouseover="javascript:document.setDefaultStatus='YOUR MESSAGE'" onmouseout="javascript:document.setDefaultStatus=' '">LINK TITLE</a>
Note that that code will be ignored by most browsers with default settings.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
I think we may be casting our pearls before swine here, Twey. You are right though, and that is only a part of the story. For those whose browsers will allow these type of shenanigans, and who rely upon the status bar information for whatever reason, this type of coding will be very disconcerting, to say the least. At the same time, most folks just ignore it anyway so, what's the point? The only value I can think of would be to either:
1 ) More faithfully report what a javascript altered link will do.
or:
2 ) Deceive users as to what will actually happen if they click on the link.
In the first case, thoughtful coding usually can take care of that without having to resort to directly altering the status object. In the second case, shame on you.
Still we haven't heard back from hariprasad as to why he/she wants to do this, so I reserve judgement on those motives until such time as they are revealed to me. Pissa can't really be faulted too much, just giving the OP what they asked for.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
And I think (insert fanfare here), that you should leave it alone. Non-complient will ignore it, and users won't know what's going on![]()
- Mike
Bookmarks