/    Sign up×
Community /Pin to ProfileBookmark

Looking for correct script please

I am trying to locate a script that will completely hide any hint of a web address and/or subdirectory in the status bar. I have several scripts that will hide the address on link mouseover but still show the address in the status bar once the link is clicked on. I need a script that will not display (hide) an address or subdirectory COMPLETELY on mouseover and on click. Any help is greatly appreciated.

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@RyanNov 30.2002 — you should be able to add the onclick attribute with the same function in the link. ie:

<a href="page.ext" onmouseover="blockstat()" onclick="blockstat()">Click here!</a>

remember that if your purpose is to not let people know where your pages are contained, someone can find out, for the most part, no matter how you try to stop them.
Copy linkTweet thisAlerts:
@smallmuscleshirDec 02.2002 — if it that important that they not know... use either a modaldialog, modelessdialog, javascript popup, iframe, object,... you can declare to any of these one or both ideas,

1) turn off status bar... window object avail. to javascript, vbscript, etc.

2) set border to 0px, transparent, and oncontextmenu... return false, onmouseover can put blank string to status etc.
×

Success!

Help @Rush 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 5.29,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

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

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...