sheepz Posted April 1, 2006 Share Posted April 1, 2006 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 More sharing options...
play_ Posted April 1, 2006 Share Posted April 1, 2006 Probably uses frames. Link to comment https://forums.phpfreaks.com/topic/6363-web-address-display/#findComment-23004 Share on other sites More sharing options...
ToonMariner Posted April 2, 2006 Share Posted April 2, 2006 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 More sharing options...
sheepz Posted April 2, 2006 Author Share Posted April 2, 2006 if my website does not use frames i could not perform this action without using javaScript? no options of hiding or masking. i dont mind if they could still see it in view source Link to comment https://forums.phpfreaks.com/topic/6363-web-address-display/#findComment-23026 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.