View Single Post
Team Leader
11Aug2006,10:51  
pradeep's Avatar
Try this:

Code: JavaScript
document.onmousemove=function()
  {
     window.status = '';
  }

Put this inside a script tag, inside HEAD of the HTML.