Turpis
Programmer
- Apr 16, 2002
- 151
Is it possible to open any file (as long as application is installed of course) outside of the browser with ASP code?
This code opens files inside the browser.
Me.Response.Redirect("file:///" & "TestFile.doc")
I am not looking for Word only code, but windows file association file opening.
Charles
Quality Assurance/Developer
This code opens files inside the browser.
Me.Response.Redirect("file:///" & "TestFile.doc")
I am not looking for Word only code, but windows file association file opening.
Charles
Quality Assurance/Developer