Opening Applications (Like Acrobat)

J

John

Is there a way to have a link on a web page open Acrobat
on the client's computer when they follow the link without
having the "open/save" dialog box appear? I have seen a
way to do it using activeX inside of javascript code, but
I have only seen examples with Microsoft applications. How
do I find the correct names to substitute
for "Word.Application"?

example:
var wdApp = new ActiveXObject("Word.Application");

Thank you,
John
 
A

Altrus

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I may be mistaken, but most versions of Acrobat Reader launch by default
when you access a .pdf file.

In otherwords, a client machine will automatically launch Acrobat reader when
it encounters a .pdf file in Internet Explorer.

Altrus




| Is there a way to have a link on a web page open Acrobat
| on the client's computer when they follow the link without
| having the "open/save" dialog box appear? I have seen a
| way to do it using activeX inside of javascript code, but
| I have only seen examples with Microsoft applications. How
| do I find the correct names to substitute
| for "Word.Application"?
|
| example:
| var wdApp = new ActiveXObject("Word.Application");
|
| Thank you,
John

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBQGyhxXnWWyjmZ2hmEQL6/QCfc7DhnBtIWOATUFiMfBjKK5XrMOMAoIJd
0+fYG3szeLYIrGW789aQxv8q
=C4Tz
-----END PGP SIGNATURE-----
 
H

H Leboeuf

It can be set by the client.
To allow .PDF files to open in the browser.
Acrobat Reader 4.0 -File-Preferences-General - Web Browser Integration
Acrobat Reader 5.0 -Edit-Preferences-Options-Web Browser Options-Display PDF
in browser.
--

Do not know about the server side.

Henri Leboeuf
Web page: http://www.generation.net/~hleboeuf/index.htm
 

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