I have a requirement to open an html format document which is not on my Intranet server using code. The reason for this is we have multiple sites and want people to open the document on a local sever to keep network traffic down.
I can do this using the following link on a page
<a href="\\Server\Folder\Subfolder\document.htm">Open window</a>
but I would like to do this automatically using some asp code.
I know where the person is accessing the page from by using Request.ServerVariables("REMOTE_HOST"
so it should be easy but I can't find anything to do this.
ANY help, hints or ideas would be very welcome.
Many thanks in advance
Sandy
I can do this using the following link on a page
<a href="\\Server\Folder\Subfolder\document.htm">Open window</a>
but I would like to do this automatically using some asp code.
I know where the person is accessing the page from by using Request.ServerVariables("REMOTE_HOST"
ANY help, hints or ideas would be very welcome.
Many thanks in advance
Sandy