PDA

View Full Version : How to Hide/Truncate Address Bar links


Budget101
07-22-2008, 12:14 PM
Currently when users mouse over a link they can view the full link:

'http://www.mydomain.com/redirect.php?=http://www.any-link-example.com '

I would like to remove that feature or have it list just the beginning of the url:

http://www.mydomain.com/redirect.php

How can I do this? I've already have a redirect, I just want to truncate the links that show in the address bar.

Ty

Opserty
07-22-2008, 04:16 PM
You can't this is a browser function, it displays the href attribute of the link.

RLShare
07-22-2008, 04:23 PM
If your talking about the tooltip that pops up, change the 'title' tag wherever the links are created. If your talking about the link showing up in the status bar at the bottom of most browsers, its a browser feature.