How to access Client Printer Active X Control using jQuery
I am doing a web application in .net with crystal report. I found pr开发者_Go百科oblem while clicking the print button in the report viewer. The problem is sometimes the activex is not called. Without clicking on the print button of crystal report viewer i want to call it manually from client script. Does jQuery help to get printer active x control?
Regards Bari
This is not really what jQuery is for.
In my experience, you can't guarantee that a browser will tun ActiveX scripts. Can you imagine the hell that might ensue if some nefarious site downloads some JavaScript to start your printer going. Hilarious!
精彩评论