|
Posted by Adrian on September 27, 2004, 11:38 am
Please log in for more thread options
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.
|
|
Posted by Neal on September 27, 2004, 7:02 am
Please log in for more thread options
> 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.
|
|
Posted by Adrian on September 27, 2004, 1:53 pm
Please log in for more thread options Thank you both for your response.
Adrian.
>
> > 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.
|
|
Posted by Mark Tranchant on September 27, 2004, 11:38 am
Please log in for more thread options 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/
|
|
Posted by Peter Greenwood on September 28, 2004, 4:54 pm
Please log in for more thread options > 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 peterg@reel.demon.co.uk
http://www.reel.demon.co.uk +44 1253 821678
|
| Similar Threads | Posted | | How to compile chm sources? | February 25, 2005, 9:15 pm |
| Hiding an anchor tag | September 1, 2006, 1:31 am |
| Hiding a link's URL | February 1, 2007, 3:16 pm |
| Overflow Hidden not hiding in IE | May 8, 2006, 11:44 am |
| PDF's not hiding along with layers. Shows through. | March 9, 2005, 10:50 pm |
| Hiding the label of a select menu... | July 15, 2005, 5:45 pm |
| Dynamically showing and hiding browser supplied scrollbars | November 11, 2005, 1:47 pm |
|