Hi,
I have to display the content of an HTML file which is hosted to some other server in a classic ASP page.
I know using #include tage we can embed suchc html file provided they resides in same server, it can not refer to an external urls.
Another way out is to use iFrame, but the problem with that is the user can right click on th page and check URL property of the iFrame, which is not acceptable as the URL where html resides is our third party file hosting environment which we dont want to be exposed for the security purpose.
Note: This html shows some .swf file whic shows some large .flv files hosted on the third party hosting environment.
Any ideas ?
Nikhil