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

Thread: JavaScript: Hide link from Statusbar

  1. #1
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6

    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

  2. #2
    Newbie gurzilla is an unknown quantity at this point
    Join Date
    Aug 2007
    Posts
    1
    Hi and thank you

  3. #3
    Newbie prisoner is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    1

    Prisoner

    hey thanks for this

  4. #4
    Newbie saqib447 is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    1
    thanks

  5. #5
    Newbie jasonsuzuki is an unknown quantity at this point
    Join Date
    Oct 2007
    Posts
    2
    I've been searching this.Thanks dude.

  6. #6
    Newbie mochj is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    1

    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

  7. #7
    Moderator Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan's Avatar
    Join Date
    Dec 2006
    Location
    Estonia
    Age
    18
    Posts
    2,048
    Blog Entries
    9
    oh.. that's cool.. thank you
    Trill Hosting - Cheap Web Hosting, Register Cheap Domains, Cheap Blog Hosting
    www.trillhosting.com | support@trillhosting.com
    Hosting Plans | Write To Us | Support | Client Area | About Us
    CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | Freelance

  8. #8
    Newbie blakeph is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    1
    thank!

  9. #9
    Learning Programmer laserdude45 is on a distinguished road
    Join Date
    Jul 2007
    Posts
    36
    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...

  10. #10
    Newbie ljzxtww is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    1
    thank you for help for the hide code

+ Reply to Thread
Page 1 of 5
1 2 3 ... LastLast

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Is this a link farm?
    By TcM in forum Hosting and Registrars
    Replies: 2
    Last Post: 05-24-2007, 03:35 PM
  2. Link exchanges
    By Kaabi in forum Search Engine Optimization
    Replies: 2
    Last Post: 08-03-2006, 09:34 PM
  3. Link Baiting
    By DevilsCharm in forum Marketing
    Replies: 7
    Last Post: 07-23-2006, 07:10 PM
  4. Link exchanges - 4 websites.
    By cpvr in forum Hosting and Registrars
    Replies: 3
    Last Post: 07-11-2006, 09:47 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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