Home » Fusion Middleware & Colab Suite » WebCenter Suite & Portal » Re: How to hide URL of links of a WebDB report from the status bar /or any way to disable status bar
Re: How to hide URL of links of a WebDB report from the status bar /or any way to disable status bar [message #77420] Tue, 25 February 2003 19:25
Bilalgs
Messages: 1
Registered: February 2003
Junior Member
Use this javascript to hide statusbar message or addres (into your head)

<script>

//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
</script>
Previous Topic: Re: Creating Dynamic Page
Next Topic: how do I get WebServer Session Id in mod_plsql?
Goto Forum:
  


Current Time: Fri Mar 29 05:49:41 CDT 2024