Search code examples
javascriptactivexobject

ActiveXObject works in IE, but not in Firefox


new ActiveXObject("Scripting.FileSystemObject") this activex works in ie but not in firefox anybodies know the equivalents to firefox, chrome, safari, opera, etc?


Solution

  • You can't. ActiveX is an IE-only thing. If you need cross-browser support, you're gonna have to re-think what you're trying to do...