...

Status Bar

edwin_javier
06-20-2002, 07:46 AM
<script>

function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT )

document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>

I use this for protection to hide the link of my menu. But once i click the menu i can still see the link of my menu at the status bar. Is there a way that once i click my menu the link in the status bar is not visible.

Edwin

foss
06-20-2002, 11:42 AM
hey, i think you have to use your script once again with the method "onClick".

document.onclick=hidestatus;

that should work;

tell me please, if i was right.


C U Foss

ronaldb66
06-20-2002, 12:12 PM
[list=1]
Why would you want to hide a link from users?
Where is that link sending them? Aren't they able to see there where they ended up, making this whole hide-the-link excercise futile?
[/list=1]



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum