Jump to content

disable status bar...(I have the code)


ilikephp

Recommended Posts

hi,

 

I have this code:

 

<script type="text/javascript">

<!--

function mv(){

window.status='';

return true;

}

if(document.all){

document.onmouseover=mv;

}

else if(document.layers){

window.captureEvents(Event.MOUSEOVER);

window.onmouseover=mv;

}

//-->

</script>

 

 

BUT my website is composed from different pages that uses .php:

example: header, main and footer.php

 

where should I put this code to be activated automatically in all the pages?

I put it in the index.php, only in that page the status bar is disabled.  ???

 

Thx a lot...

Link to comment
https://forums.phpfreaks.com/topic/109259-disable-status-bari-have-the-code/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.