•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 374,021 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,797 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 1279 | Replies: 0
![]() |
I am using an image map on my site. Clicking on the image will activate a javascript function. When the mouse is over the image, the status bar show "javascript: <function_name>". I want the status bar to be cleared.
I used
<IMAGE SRC="MyPic.jpg" USEMAP="#ImgMap" BORDER=0 onmouseover=ShowBlankMsg() onmouseout=ShowBlankMsg()>
The ShowBlankMsg is
function ShowBlankMsg() {
window.status = ' ';
return false;
}
But the status bar continues to show the "javascript:..." line in both FireFox & IE. What am I doing wrong ?
Also in IE, after clicking the image, the selected area is highlighted by a dotted border. How can I disable that ?
Thanx
I used
<IMAGE SRC="MyPic.jpg" USEMAP="#ImgMap" BORDER=0 onmouseover=ShowBlankMsg() onmouseout=ShowBlankMsg()>
The ShowBlankMsg is
function ShowBlankMsg() {
window.status = ' ';
return false;
}
But the status bar continues to show the "javascript:..." line in both FireFox & IE. What am I doing wrong ?
Also in IE, after clicking the image, the selected area is highlighted by a dotted border. How can I disable that ?
Thanx
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
- Status bar on a dialog box (C)
- IE status bar (HTML and CSS)
- IE Status bar missing (Web Browsers)
- Missing status bar in new IE window (Web Browsers)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Design for A4 printing HTML report - Pg Break?
- Next Thread: How to close IE without a user dialog box?


Linear Mode