new ActiveXObject("Scripting.FileSystemObject") this activex works in ie but not in firefox anybodies know the equivalents to firefox, chrome, safari, opera, etc?
new ActiveXObject(Scripting.FileSystemObject) this activex works in ie but not in firefox anybodies know the
Share
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…