0

I am trying to get details from ActiveXObject boject but it is not working in chrome and mozilla. And also i checked in IE11 but it getting undefined in console.

var INIngenico = new ActiveXObject("KioskVerifone.Verifone")
Durga
  • 545
  • 7
  • 21
  • 39
  • Possible duplicate of [ActiveXObject is not defined and can't find variable: ActiveXObject](https://stackoverflow.com/questions/11101641/activexobject-is-not-defined-and-cant-find-variable-activexobject) – Durga Aug 10 '17 at 07:49
  • `window.ActiveXObject` is only supported in IE. And since IE11 `window.ActiveXObject` is hidden from the DOM and can therefore no longer be used (https://msdn.microsoft.com/library/en-us/dn423948(v=vs.85).aspx) – Andreas Aug 10 '17 at 07:49

0 Answers0