Plug in or script that hide url in Wordpress

Discussion in 'WordPress' started by TheSyndicate, Aug 6, 2008.

  1. #1
    Any plug in or script that will hide my URL in mouse over and click? :confused: Do i need a special script since it WP?
     
    TheSyndicate, Aug 6, 2008 IP
  2. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you mean like this: www.engineeringserver.com/blog ?

    use:

    http://www.javascriptkit.com/script/script2/hidestatus2.shtml<script>
    
    //Hide status bar msg II script- by javascriptkit.com
    //Visit JavaScript Kit (http://javascriptkit.com) for script
    //Credit must stay intact for use
    
    function hidestatus(){
    window.status=''
    return true
    }
    
    if (document.layers)
    document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
    
    document.onmouseover=hidestatus
    document.onmouseout=hidestatus
    </script>
    Code (markup):
     
    Arkserver, Aug 6, 2008 IP
    TheSyndicate likes this.
  3. TheSyndicate

    TheSyndicate Prominent Member

    Messages:
    5,410
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    365
    #3
    right like that :)
     
    TheSyndicate, Aug 6, 2008 IP
  4. steeltape

    steeltape Greenhorn

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    code no longer work with wp 3.6.. any other ideas what I should search for regarding this?
    searching Hide status bar msg II script only goes back to this old script
     
    steeltape, Sep 5, 2013 IP