954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Status Bar Message Problem

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: ". I want the status bar to be cleared.

I used

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

aparnesh
Junior Poster
194 posts since Jul 2005
Reputation Points: 20
Solved Threads: 10
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You