June 22, 2007 at 5:14 pm
#740460
Inactive
I just use
//Hide status bar msg II script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
before the end of the HEAD tag.
I just hide all links with no links. dont know if that will reduce CTR though.. hoping not.