473,508 Members | 2,357 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3366
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
18830
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
20494
by: brian | last post by:
how to hide href links (url) from user that can be seen in status bar ?
9
3111
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
2297
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
2724
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
9792
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
2406
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
1455
by: Patrick.O.Ige | last post by:
What are the best ways to hide hyperlinks from visitors? Any ideas
2
1689
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
7224
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
7120
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...
0
7380
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5626
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5050
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3192
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1553
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
763
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
415
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.