Paul
Paul

Reputation: 2564

System Information in Browser

We have a license key system which requires the MAC address of the network card of the PC. To make it easier for the user, I am looking into getting the MAC address (or some other similar system identification info) with a web page.

Do Flash (or Flex), JavaScript or Java Applets provide any APIs to query system information?

Upvotes: 3

Views: 1150

Answers (2)

dvanaria
dvanaria

Reputation: 6783

This link shows you how to get system information using JavaScript:

This article will show you how to write custom JavaScript objects 
that retrieve system information using the Windows Management 
Information (WMI) classes.

http://code.google.com/apis/desktop/articles/e3.html

Upvotes: 0

treeface
treeface

Reputation: 13341

This might help you:

how to get a client's MAC address from HttpServlet?

Upvotes: 1

Related Questions