INTRO:
I have already searched the web about this, and found something like "friendly URL's", but they don't do the job exactly as I want.
THIS IS THE PROBLEM:
I want to convert (hyper)link to some words to appear in the line on the bottom of the browser
EXAMPLE:
<a href='http://www.somesite.com/somedir/somefile.htm'>123</a>
this would show:
http://www.somesite.com/somedir/somefile.htm
and I need it to display some/any text i design:
for exapmle:
this link takes you to this section
Can this be done trough PHP, or Javascript or what ??
THANKS AHEAD!
masking real url
Moderator: General Moderators
- andre_c
- Forum Contributor
- Posts: 412
- Joined: Sun Feb 29, 2004 6:49 pm
- Location: Salt Lake City, Utah
that's javascript:
Code: Select all
<a href='somepath' onmouseover='window.status="This link bla bla"' >Some link</a>- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
we've talked about this in the last several hours, literally: viewtopic.php?t=23306