Click to See Complete Forum and Search --> : Hiding Data


eyalkattan
01-13-2003, 03:41 PM
Hello,

I need to hide the location of image files. I am using a JAVA applet to display the images, however, I need to hide the location of the html page which launches the applet.

I wonder if there is a way to initialize some kind of variable without showing the valu in the HTML source.

Any help would be greatly appreciated.

Thanks,

Eyal

Zach Elfers
01-13-2003, 04:11 PM
I'm sorry, but there is no way to hide HTML source.

AdamGundry
01-13-2003, 04:15 PM
You might be able to find/write a CGI script which serves the image dynamically, thereby hiding the original source file. I don't know exactly how to do this or whether it will help in your case though.

Adam

Jona
01-13-2003, 05:38 PM
Secure servers with JSP can disable the view source.. I have been to a few secured sites and viewed the source, and when I clicked it, nothing happend. However, it only worked WHILE logged in. After a little while, it automatically logged me out, and then I could view the source...