0
Welcome Guest! Login
0 items Join Now

Hide Link Location

    • Leckenby's Avatar
    • Leckenby
    • Elite Rocketeer
    • Posts: 714
    • Thanks: 0

    Hide Link Location

    Posted 17 years 9 months ago
    • On www.beta-code.com when you hover over links none of the actual urls show
      How can I apply this to my Joomla website?
  • Re: Hide Link Location

    Posted 17 years 9 months ago
    • Maybe PM thomas?
    • James Spencer / Developer & Support / Hull, UK
  • Re: Hide Link Location

    Posted 17 years 9 months ago
    • I'd like to know the answer to this as well ;) Be sure to let us know.
    • Brad Baker
      www.rochen.com - Managed Dedicated, Reseller & Multiple Domain Hosting.
      www.joomlatutorials.com - Learn Joomla! the easy way.
      You cannot tell which way the train went by looking at the track.
    • Mack's Avatar
    • Mack
    • Elite Rocketeer
    • Posts: 535
    • Thanks: 0

    Re: Hide Link Location

    Posted 17 years 9 months ago
    • Right click the link you'll see it. He's just masking it from being shown in the status bar.

      There are many ways to do this. Just Google:

      javascript onmouseover hide link in status bar
    • Last Edit: 17 years 9 months ago by Mack.
    • Leckenby's Avatar
    • Leckenby
    • Elite Rocketeer
    • Posts: 714
    • Thanks: 0

    Re: Hide Link Location

    Posted 17 years 9 months ago
    • <script>
      var statusmsg=""

      function hidestatus(){
      window.status=statusmsg
      return true
      }
      </script>

      I found this but you have to do links as <a href=" www.rockettheme.com " onMouseover="return hidestatus()">Best templates in the world</a>

      How do I edit this so that all links are default, remove the function hidestatus line?
    • Leckenby's Avatar
    • Leckenby
    • Elite Rocketeer
    • Posts: 714
    • Thanks: 0

    Re: Hide Link Location

    Posted 17 years 9 months ago
    • Okay Thomas used this ->

      <script language="JavaScript" type="text/javascript">

      function hidestatus(){
      window.status=''
      return true
      }

      if (document.layers)
      document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

      document.onmouseover=hidestatus
      document.onmouseout=hidestatus
      </script>

Time to create page: 0.092 seconds