[Javascript] RE: Hiding URL.....

Bob Filipiak Bob.Filipiak at aspaces.net
Fri Feb 22 07:14:59 CST 2002


You didn't provide any code so try:
function ShowStatus(msg){
    window.status = msg;
    return true;
}



<A HREF="somepage.htm" onMouseOver="return ShowStatus('
')">Somewhere</A>

I think you probably are forgetting the return.

HTH





More information about the Javascript mailing list