+ Reply to Thread
Page 1 of 5 123 ... LastLast
Results 1 to 10 of 50

Thread: JavaScript: Hide link from Statusbar

  1. #1
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    JavaScript: Hide link from Statusbar

    Introduction:-
    When you go over a link usually the URL is displayed on the status bar, this trick will hide the URL from the status bar and show nothing!

    Let's Start

    Here is the Code:-

    Code:
    <script language="Javascript">function hidestatus(){
    window.status=''
    return true
    }
    
    if (document.layers)
    document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
    
    document.onmouseover=hidestatus
    document.onmouseout=hidestatus</script>
    Proof:-
    Download the full code attached at the end

    Conclusion:-
    Well the Code is attached and feedback is welcome
    Attached Files Attached Files

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    gurzilla is offline Newbie
    Join Date
    Aug 2007
    Posts
    1
    Rep Power
    0
    Hi and thank you

  4. #3
    prisoner is offline Newbie
    Join Date
    Sep 2007
    Posts
    1
    Rep Power
    0

    Prisoner

    hey thanks for this

  5. #4
    saqib447 is offline Newbie
    Join Date
    Sep 2007
    Posts
    1
    Rep Power
    0
    thanks

  6. #5
    jasonsuzuki is offline Newbie
    Join Date
    Oct 2007
    Posts
    2
    Rep Power
    0
    I've been searching this.Thanks dude.

  7. #6
    mochj is offline Newbie
    Join Date
    Nov 2007
    Posts
    1
    Rep Power
    0

    Got to post before I can try it...

    Haven't tried it yet - had to post so I could try it. Thanks - I guess it works!

    Cheers
    Jane

  8. #7
    Jaan Guest
    oh.. that's cool.. thank you

  9. #8
    blakeph is offline Newbie
    Join Date
    Nov 2007
    Posts
    1
    Rep Power
    0
    thank!

  10. #9
    laserdude45 is offline Learning Programmer
    Join Date
    Jul 2007
    Posts
    36
    Rep Power
    17
    The problem is, if you right click on it, you can see the link clearly in the status bar

    Nice though
    Free web hosting
    Shadowlan Technologies, for all your freelancing needs. Shoot me a PM...

  11. #10
    ljzxtww is offline Newbie
    Join Date
    Feb 2008
    Posts
    1
    Rep Power
    0
    thank you for help for the hide code

+ Reply to Thread
Page 1 of 5 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to show and hide divs using JavaScript?
    By Bertan in forum JavaScript and CSS
    Replies: 3
    Last Post: 10-21-2011, 02:02 PM
  2. Link wheels ? Link generations ?
    By genux in forum Search Engine Optimization
    Replies: 3
    Last Post: 05-08-2011, 07:01 AM
  3. How can I hide my source code from my webpage? html-javascript
    By codehelp in forum JavaScript and CSS
    Replies: 4
    Last Post: 07-26-2010, 07:54 AM
  4. how to hide link
    By mangama in forum General Programming
    Replies: 43
    Last Post: 11-12-2008, 11:36 AM
  5. how to hide link
    By mangama in forum Tutorials
    Replies: 0
    Last Post: 10-27-2008, 08:28 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts