简体   繁体   中英

Open app e.g. Word then open file via FireFox (for WebDav integration)

I'm writing a custom WebDav integration for our website and in IE I can use new ActiveXObject to open eg Word from javascript then open a file. It's got to be like this to enable the applications WebDav integration, I can't just use a link.

We support Firefox as a browser however and new ActiveXObject doesn't work. I've toyed with writing a Silverlight 4 app which apparently can open Word on the user's desktop or even asking the user to download some sort of Console app that launches Word/Excel/etc. I don't want to do this though and I keep thinking someone must have had this issue before.

So.. is there a way to open Word from Firefox FIRST, THEN open a url from Word.

Cheers,

Adam.

UPDATE: Silverlight 4 no longer an option, don't want to use OOB

Not in plain HTML. But a firefox extension should allow this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM