I have Old ASP Project that depends on ActiveXObject
and now I want to make my project cross-browser and work on chrome in additional to ie
Can I Find any Plugin that makes chrome support ActiveXObject
Note I tried to use DOMParser() instead of ActiveXObject but it's not working fine
ActiveX is only supported by IE - the other browsers use a plugin architecture called NPAPI. However, there's a cross-browser plugin framework called Firebreath that you might find useful.
Chrome doesn't support ActiveXObject. You could use IE Tab in Chrome.
IE Tab exactly emulates IE by using the IE rendering engine directly within Chrome. This will enable you to use ActiveX controls and test your web pages with different versions of IE.
Related
I am using Prime faces form and the exe was being launched on button click through Javascript using ActiveX Object.This functionality was working fine in IE(Internet Explorer) but Edge is not supporting ActiveX Object.
Anybody know the alternate of it?
Earlier We have tried with ActiveXObject and was working fine.
Except VGR's solution, I think there's no programmatical way to open exe file in a modern browser. But if you're using Edge, you can open that page in IE mode. Edge IE mode supports ActiveX controls.
Edge IE mode is designed for organizations that still need IE 11 for backward compatibility with existing websites but also need a modern browser. If you're in an organization, you can configure IE mode policies to make that page always open in IE mode. Or you can just use Edge settings to configure IE mode pages.
Is there's any similar or alternatives to Pywebview: https://github.com/r0x0r/pywebview
While it depends on the version of installed Safari on OS X and QT.
I am trying to make a desktop app out of Django project. but a lot of features (css & javascript) are not working well on Safari neither Pywebview, and works perfectly on chrome.
After that it will be all encapsulated with py2app.
Ps: Or, is there a way to make it depend on chrome.
I am using Pywebview as follow:
webview.create_window("AntikytheraERP",
"http://localhost:9090/Departments/choose/",width=1000, height=600,
resizable=True, fullscreen=True)
All recent versions of Qt ship with QtWebEngine, which is based on Chromium, the open source version of Chrome.
WebEngine can be used either as a Qt widget or as a QML component.
I am supporting a vb.net 2010 web form .net application and I have found out that some of the JavaScript has been deprecated using Internet Explorer by using the Internet Explorer web developer tools. I have now used the Firefox browser and the application seems to work for what I have tested so far.
Before I place the new version of the application into production, I would like to know what JavaScript features are currently obsolete and/or may be deprecated in the near future.
Due to that fact, would you tell me and/or point me to urls (links) that will tell me what JavaScript items are obsolete and/or deprecated using the Firefox browser?
I want to attach a file to outlook 2010 from IE,chrome ,and safari. I tried with IE they support for activexobject,I did that from IE. I came to know that no other browsers support this activexobject. I hope some body might know how to attach a file from other browsers to outlook 2010 (using jscript).please share if any possibility.
There is no way to do that. There a some browser plugins that let you use ActiveX controls, but I don't think anything is available that lets you use regular COM objects.
In theory, you can create a browser plugin that exposes COM objects as native JScript object (I did that for FF 3.6), but it is such a pain...
How do I make ActiveXObject('SAPI.SpVoice') work in firefox?
firefox does not recognize the ActiveXObject function. Are there any alternatives for this?
Firefox does not support ActiveX technology, you can try using plugins or extensions
Because Firefox does not use ActiveX, you have to use a JavaScript substitute such as
http://www.masswerk.at/mespeak/
and
http://www.jtalkplugin.com/