How do you open a simple Excel/Word from a webform?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hell
How do you open a simple Excel/Word from a web page? the file could be on the client or server site

thanks in advance
Reza
 
Reza said:
Hello
How do you open a simple Excel/Word from a web page? the file could be on the client or server site.

thanks in advance,
Reza

You use OLE Automation on the client side. Microsoft does not
recommend server side usage of the Office products. Also, you will
have to change the security of the browser to in "Initialize and
script ActiveX controls not marked as safe" to either "Prompt" or
"Enable."

You can use Javascript or VBScript to open the Office Application.

http://support.microsoft.com/defaul...port/kb/articles/q288/3/66.asp&NoWebContent=1

Hope this helps.
 
Back
Top