Foxit , How to detect through Javascript that Foxit PDF viewer is installed on IE ?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I want to integrate Javascript code to detect the Foxit plugin. In Firefox I can detect it but it hangs while loading PDF and the on the other end with IE I am unable to create activeXobject . This is the link in Javascript which I am trying var obj = new ActiveXObject('FoxitReader.Document'); if (obj) { alert('Foxit found'); } it always error "Automation server cant create object" Any help would be hihgly appreciated. Best Regards Rizwan Bashir