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
Share on other sites

yeah :) it works with the .JS file

 

BUT I have 2 problems:

 

1. when I put the mouse over the link, there is nothing in the status bar, but when I click, the whole link will appear :S

 

2. In Firefox, it is not working :S

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.