Jump to content

web address display


sheepz

Recommended Posts

some websites i visit lets say for instance like www.website.com and click on the links page it would show on the address bar [a href=\"http://www.website.com/links.htm\" target=\"_blank\"]http://www.website.com/links.htm[/a] and then theres some sites that when i do the same thing like clicking on the links, or contact page it wont show. it will still only show the root [a href=\"http://www.website.com/\" target=\"_blank\"]http://www.website.com/[/a] how do i "mask" or "hide" the address to only show [a href=\"http://www.website.com/\" target=\"_blank\"]http://www.website.com/[/a] ?
Link to comment
https://forums.phpfreaks.com/topic/6363-web-address-display/
Share on other sites

use a bit of js.

in your links have onMouseover="javascript: window.statusbar.text 'urltoshow';"

(or something like that - pretty sure gooling window.status will provide you with answers)

this is of course only hiding from the status bar - if they go read the html then the normal stuff is there.
Link to comment
https://forums.phpfreaks.com/topic/6363-web-address-display/#findComment-23023
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.