Is there anything that can be added to this code to disable right click on
images or hyperlinks to hide the status also?
function hidestatus(){
window.status=' Done'
return true
}
if (document.layer s)
document.captur eEvents(Event.M OUSEOVER | Event.MOUSEOUT)
document.onmous eover=hidestatu s
document.onmous eout=hidestatus
images or hyperlinks to hide the status also?
function hidestatus(){
window.status=' Done'
return true
}
if (document.layer s)
document.captur eEvents(Event.M OUSEOVER | Event.MOUSEOUT)
document.onmous eover=hidestatu s
document.onmous eout=hidestatus
Comment