Thread
:
Stop additional info form being displayed in address bar and status bar.
View Single Post
pradeep
Team Leader
11Aug2006,10:51
Try this:
Code: JavaScript
document.
onmousemove
=
function
(
)
{
window.
status
=
''
;
}
Put this inside a script tag, inside HEAD of the HTML.