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] ? Quote Link to comment Share on other sites More sharing options...
play_ Posted April 1, 2006 Share Posted April 1, 2006 Probably uses frames. Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.