Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

what is equivalent to 'new ActiveXObject("Scripting.FileSystemObject")' in javascript for mozilla

  • 5 trả lời
  • 14 gặp vấn đề này
  • 3737 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

To find the hard disk serial number of client system while accessing website in mozilla. By using 'new ActiveXObject("Scripting.FileSystemObject")' in javascript acheived above, but not in mozilla.

To find the hard disk serial number of client system while accessing website in mozilla. By using 'new ActiveXObject("Scripting.FileSystemObject")' in javascript acheived above, but not in mozilla.

Tất cả các câu trả lời (5)

more options

hello madhavithallam, activeX is a proprietary format by microsoft - this won't work through plain javascript.

more options

what could be the code to achieve this in mozilla

more options

new ActiveXObject("Scripting.FileSystemObject")' is working in Internet Explorer not in mozilla, so any other way to do this in javascript for mozilla. Any smart solution please as it is immediate requirement for us

more options

hello, i don't think this possible at all but i'm in no way an expert on this. for developer oriented questions you also might be better off asking them in a specialised forum like http://forums.mozillazine.org/viewforum.php?f=25 since we here at support.mozilla.org are rather focused on support for firefox end-users. thank you for your understanding!

more options

See also the XPCOM documentation on MDN.