login  Naam:   Wachtwoord: 
Registreer je!
 Scripts:

Scripts > JS > Links en Knoppen > Altijd URL verbergen in statusbar

Altijd URL verbergen in statusbar

Auteur: javascriptkit.com - 22 januari 2005 - 15:05 - Gekeurd door: Dennisvb - Hits: 11818 - Aantal punten: 0.94 (8 stemmen)




Gewoon de code in je <HEAD>-tags plaatsen, en je krijgt altijd een lege statusbar bij een mouseover. Getest in IE en FF.

Code:
  1. <script>
  2.  
  3. //Hide status bar msg II script- by javascriptkit.com
  4. //Visit JavaScript Kit (http://javascriptkit.com) for script
  5. //Credit must stay intact for use
  6.  
  7. function hidestatus(){
  8. window.status=''
  9. return true
  10. }
  11.  
  12. if (document.layers)
  13. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
  14.  
  15. document.onmouseover=hidestatus
  16. document.onmouseout=hidestatus
  17. </script>
Download code! Download code (.txt)

 Stemmen
Niet ingelogd.

 Reacties
Post een reactie
Lees de reacties (3)
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.02s