JavaScript Google browser (Chrome) calls the IE browser

Project requirements:
in a web project, click the button to pop up the front JS IE browser to execute OCX plug-in calls.

Code shows (JavaScript):

 var url = 地址;

 window.location.href = "openIE:" + url ;

Performing the method used in the front end of the button above method, url address to jump to the IE browser request, the request may carry the parameter daemon.

Call plug-in:
plug-Download

Published 14 original articles · won praise 2 · Views 810

Guess you like

Origin blog.csdn.net/breakaway_01/article/details/102637718