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

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
 
J

jm

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top