Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

আরও জানুন

ActiveXObject is not defined. How do I fix?

  • 1 উত্তর
  • 550 এই সমস্যাটি আছে
  • 11 দেখুন
  • শেষ জবাব দ্বারা Abhishek Raj Simon

more options

This code function getFileDate(Str){ var oas = new ActiveXObject("Scripting.FileSystemObject"); var fileobj = oas.GetFile("LR0001.jpg"); return fileobj.DateCreated; }

This code function getFileDate(Str){ var oas = new ActiveXObject("Scripting.FileSystemObject"); var fileobj = oas.GetFile("LR0001.jpg"); return fileobj.DateCreated; }

All Replies (1)

more options

The ActiveXObject object is used to create instances of OLE Automation objects in Internet Explorer on Windows operating systems.

So it only supports Internet Explorer on Windows. No other browser support is available till date for ActiveXObject.

For cross browser solution, use object element instead. Read more about it here

Abhishek Raj Simon দ্বারা পরিমিত