Hello .
I want to place a non-visible link on my website , eg :
there will be a page , which includes only "Click here to download" link
and no one can see the actual file I am linking to (people won't see the
actual
file when they move with the mouse on the link (onmouseover) , not see the
file
when moving out of the link (onmouseout) and even not see the file when
clicking
on the link and release the mouse , nor when clicking and holding the mouse
without
releasing) .
For summary : people won't see the actual file in any way .
How to do it , without using frames ?
Thanks in advance ,
Lior .
Rowland Shaw - 28 Jul 2003 09:28 GMT
The issue here is that for the link to be workable, you need to link
somewhere. Once you've done that, just view source and you've blown all the
security you were hoping for.
I better solution is to use a CGI application that processes a form, and
redirects to the downloadable
"Lior Bobrov" <liorbo@012.net.il> wrote...
> I want to place a non-visible link on my website , eg :
>
[quoted text clipped - 10 lines]
>
> For summary : people won't see the actual file in any way .