[thelist] Hiding image path?

J J squid_66 at yahoo.com
Tue Apr 3 10:10:30 CDT 2001


Is there a way to hide the image path before or during
returning an HTML/asp page to the browser?

I'm using the ASP FileSystemObject to stream HTML
pages back to the user, using a view.asp script to
protect those pages.  However, the image paths still
show, so the user could try and guess where the HTML
files might be.

So, for the view.asp properties all they see is the
view.asp?file=blah.html   where only view.asp knows
where that HTML page is.  But if there are images in
that page, their properties show something like: 
/article/images/whatever.gif  rather than say
view.asp?image=

That sort of thing.  Is it a matter of streaming the
HTML file back line by line and looking for the IMG
SRC?  Is there another method with ASP or
javascript?Does anyone have an example of this?  What
are the downfalls?

Thanks in advance!

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




More information about the thelist mailing list