Board index » Web Programming » Detecting if Acrobat Reader is installed on Client machine
|
TPelo
|
|
TPelo
|
Detecting if Acrobat Reader is installed on Client machine
Web Programming341
Hello everyone, From ASP.NET, how can I detect if client has acrobat reader installed or not. Client has IE 5 and higher... Your help will be highly appreciated. Thanks Khodr - |
| Ken
Registered User |
Thu Dec 11 21:44:55 CST 2003
Re:Detecting if Acrobat Reader is installed on Client machine
You have to detect this from the client script:
www.dithered.com/javascript/acrobat_detect/index.html">www.dithered.com/javascript/acrobat_detect/index.html However, once you determine the presence/absence of Acrobat, you can pass that information using client-side script to a server-side control to be submitted to the server. "Khodr" <khodr007@excite.com>wrote in message QuoteHello everyone, - |
