473,400 Members | 2,163 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,400 software developers and data experts.

Hiding sources

In my website I have a frame in which I display content
from different html files on the server. The files are
activated from buttons in the primary display, using
links.

Question: I would like to hide the names of the sources
of the different html files on the server, as the come up
on the display, form the viewer.

How do I do that?

Thank you.
Adrian.

Jul 23 '05 #1
4 1428
Adrian wrote:
In my website I have a frame in which I display content
from different html files on the server. The files are
activated from buttons in the primary display, using
links.
URL?
Question: I would like to hide the names of the sources
of the different html files on the server, as the come up
on the display, form the viewer.

How do I do that?


Do you mean you want to hide the status bar link information, or do you
want to make the source unreadable?

Neither is possible to achieve in a bulletproof fashion. The first can
be done with Javascript status bar blanking - but I can turn Javascript
off, or stop it altering my status bar text. The second can be done
through encoding, again with Javascript, again unreliable.

--
Mark.
http://tranchant.plus.com/
Jul 23 '05 #2
On Mon, 27 Sep 2004 10:38:57 +0200, Adrian <aa@aa.aa> wrote:
I would like to hide the names of the sources
of the different html files on the server, as the come up
on the display, form the viewer.


It's an exercise in futility. The browser must know the URL to load the
file. Therefore, that information must be available locally. No matter
what measures you take, the user can still determine the URL.

Only way to do this in a foolproof fashion is to never upload the files to
a server. Or you can never link to the files from any page, but they are
still potentially discoverable.
Jul 23 '05 #3
Thank you both for your response.
Adrian.
"Neal" <ne*****@yahoo.com> wrote in message
news:op**************@news.individual.net...
On Mon, 27 Sep 2004 10:38:57 +0200, Adrian <aa@aa.aa> wrote:
I would like to hide the names of the sources
of the different html files on the server, as the come up
on the display, form the viewer.


It's an exercise in futility. The browser must know the URL to load the
file. Therefore, that information must be available locally. No matter
what measures you take, the user can still determine the URL.

Only way to do this in a foolproof fashion is to never upload the files to
a server. Or you can never link to the files from any page, but they are
still potentially discoverable.

Jul 23 '05 #4
In article <7e***************************@freeler.nl>,
"Adrian" <aa@aa.aa> writes:
Question: I would like to hide the names of the sources
of the different html files on the server, as the come up
on the display, form the viewer.


use a cgi program to read and send the files? Of course, you may then
need to hide the parameters to the cgi program ...

--
Peter Greenwood pe****@reel.demon.co.uk
http://www.reel.demon.co.uk
+44 1253 821678
Jul 23 '05 #5

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

Similar topics

3
by: Cheddar | last post by:
I'm back again with another problem. What I want is for the user to click a checkbox and have a list appear. I think the code is almost there but it doesnt seem to be working, grrrr. Can anyone...
4
by: web_design | last post by:
I put this together from some other scripts I am using on a site. I'm trying to make a better email hiding script. It isn't working. Also, it causes Internet Explorer 6 SP2 to block the script...
13
by: Simon Wigzell | last post by:
I have developed a javascript application that can be used by my clients just by inserting the following in one of their web pages: <script> document.write('<iframe...
17
by: Bob Weiner | last post by:
What is the purpose of hiding intead of overriding a method? I have googled the question but haven't found anything that makes any sense of it. In the code below, the only difference is that...
9
by: bob | last post by:
Hi, I know there exists a good reason why the designers of c++ decided that function hiding should exist. But I don't know why. Can anybody provide a good reason/example of a case where function...
3
by: Nicolas Castagne | last post by:
Hi all, I have been wondering for a while why function hiding (in a derived class) exists in C++, e.g. why when writing class Base { void foo( int ) {} }; class Derived: public Base { void...
162
by: Sh4wn | last post by:
Hi, first, python is one of my fav languages, and i'll definitely keep developing with it. But, there's 1 one thing what I -really- miss: data hiding. I know member vars are private when you...
5
by: copx | last post by:
Do compilers inline functions even if the programmer could not do it manually because the needed information is hidden at the language level? I am talking about stuff like incomplete types and...
0
by: RS | last post by:
I have a datagridviewcomboboxcolumn bound to a Funding source table in database. With time these funding sources may be inactiveted (inactive flag is set in the table). So when you open up a new...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...

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.