Jump to content

hiding ahref links


reggie

Recommended Posts

Hello,I am trying to find a way of hiding the address from the address bar...example: < ahref="member.php">click here to sign in</a>the address bar shows www.address.com/member.phpcan i hide the member.php part....Thanx

Link to comment
Share on other sites

The only way to do that is if you use a frameset. You can't hide the address from the user, but if you don't want to display it in the address bar then use a frameset. Search engines do not like framesets.

Link to comment
Share on other sites

You could also use javascript ajacx to load in pages without changing (and displaying) the url. It isn't too hard and all you need is an function that's called when the user clicks the link and then load the paga via ajax.Just one question: Why do you want to hide the filename/URL??

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...