/    Sign up×
Community /Pin to ProfileBookmark

how2 hide link address show!!

I am new to php. I have seen sites, programmed with php, wich can hide address show, when the mouse is hovering around a link. You know that this way, under the browser IE you see an adress to the file, where the link is pointing to. anyone can help me know how2 hide the address? thanx! ?

to post a comment
PHP

4 Comments(s)

Copy linkTweet thisAlerts:
@aj_nscMar 28.2007 — I think you mean something like this, which is done with Javascript:

<i>
</i>&lt;a href="#" onmouseover="windows.status='Your Text here';return true;"&gt;your link&lt;/a&gt;


You can change Your Text Here to whatever message you want to show up on the status bar.

Warning:

I find this extremely irritating because a lot of the time this is done so the user won't know that they are leaving your site.
Copy linkTweet thisAlerts:
@DARTHTAMPONMar 28.2007 — /agree

this is a good way to scare experienced users away from clicking anything on your site. I will not click a link if I can not see where I am going before hand. Alot of evil people also like to obsivcate there urls to redirect you to a new location but make it look like you are going to google or other places.

It has a neat effect (you can make it scroll as well) but it is much less user frendly than leaveing it alone.
Copy linkTweet thisAlerts:
@felgallMar 28.2007 — Modern browsers have disabled the access to the status bar for security reasons. If you can't see the proper address a link takes you to then it could be a scammers site just waiting to collect the password needed to access your bank account and empty it. Only antique browsers with poor security still allow the status bar content to be changed by the page.
Copy linkTweet thisAlerts:
@CreativeCozzaMar 29.2007 — I am new to php. I have seen sites, programmed with php, wich can hide address show, when the mouse is hovering around a link. You know that this way, under the browser IE you see an adress to the file, where the link is pointing to. anyone can help me know how2 hide the address? thanx! ?[/QUOTE]

I used alt="" in the A HREF tag
×

Success!

Help @php77 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...