473,387 Members | 1,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

HIDE LINK in status bar !

I am using a free domain service and phpNuke 7.5 for my site ! Although
I turn on "cloaking" fearture in my domain service to hide the realink,
we can see the realink in the status bar of I.E. Can we hide the link
completely ? Plz help me !

Jul 17 '05 #1
2 3344
Baby Blue wrote:
I am using a free domain service and phpNuke 7.5 for my site ! Although
I turn on "cloaking" fearture in my domain service to hide the realink,
we can see the realink in the status bar of I.E. Can we hide the link
completely ? Plz help me !


PHP is server based - it won't effect or direct the client web browser
to do anything... You need a client based scripting language, like
javascript to help you here... However... I had similar problems, and
implemented the following solution - however take note that it only
works on javascript enabled web browsers... Insert the following code
somewhere between your <HEAD> tags (or I think, you could pretty much
put it anywhere actually, perhaps just before the close of </BODY>
<script language="JavaScript" type="text/javascript">
function brandOurBar()
{
window.status = "this is my status bar text";
timerID= setTimeout("brandOurBar()", 250);
return true;
}

brandOurBar();
</script>

I don't know how you'll insert this piece of javascript though into
phpNuke - I've not used thelatter - though I'm sure there must be a
method for you to edit their templates.

randelld
Jul 17 '05 #2
Baby Blue wrote:
I am using a free domain service and phpNuke 7.5 for my site ! Although
I turn on "cloaking" fearture in my domain service to hide the realink,
we can see the realink in the status bar of I.E. Can we hide the link
completely ? Plz help me !


Hopefully you've now realised the short answer is 'No' and
the long answer is 'No, you shouldn't try to hide it'.

--
Jock
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Atz | last post by:
<a href="" onmousedown="setTimeout('status=\'Hide\'',5000)" onmouseover="window.status='Hide'; return true"> send link </a> I use this for hidding link path in status bar. This is working fine...
4
by: brian | last post by:
how to hide href links (url) from user that can be seen in status bar ?
9
by: Ian Shere | last post by:
I have a disclaimer page prior to a visitor going to my FAQ page. I want to hide the link which normally appears in the status bar from visitors seeing it. I am using the following code which...
2
by: benny | last post by:
Hi, I am trying on redirect the to the file EnterpriseManager2.0.zip without having to show the absolute link on http://w0018/EnterpriseManager2.0.zip where the download utility cannot get that...
5
by: Boo | last post by:
I know it's possible to manipulate the status bar when a user scrolls over links, but is there a way to completely disable or hide it? I have a flash program that connects to a database every 5...
11
by: Axel Dahmen | last post by:
Hi, this is confusing to me: When I clear the status bar to hide a hyperlink using the below onmouseover event, the original status text (the hyperlink target URI) re-appears when the user...
8
by: Alex Nitulescu | last post by:
Hi. I have the following question - is it possible (I assume it is, but I have no idea how to do it) to HIDE the href text which automatically shows in the status bar of IE ? I have build a...
5
by: Patrick.O.Ige | last post by:
What are the best ways to hide hyperlinks from visitors? Any ideas
2
by: needin4mation | last post by:
Hi, I have an older webpage that uses a querystring to send data to an asp classic page. In that link there is data that contains sensitive information. I do not want this displayed when the user...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.