Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Open IE Plugin or AJAX after checking user's Machine


HI All, I have requriement to open a qvw link via IE Plug in if Plug in is already installed on user's machine, if not then open Full Browser version ( AJAX )

I found a java script code that checks for the same on user's machine.

May I know if someone has better idea than this and best way to implement this.

Thanks a lot.

  pluginEnabled = false  

try {        if(ActiveXObject) {            var _ = new ActiveXObject("QlikTech.QlikOcxCtrl");            pluginEnabled = true;        } 

  }

catch(e) {}

0 Replies