QUOTE (rvalkass @ Oct 28 2009, 01:44 PM)

What sort of information are you trying to get hold of and why? Generally Javascript is only used to gather information about the browser, such as screen resolution, but can't go much further than that. The only method I can see working is through ActiveX, but that will prompt the user with a variety of security warnings, and will of course only work on Windows PCs.
I second that. Javascript can't go any further than the user's browser and it's environment. Stuff like CPU, memory, etc... isn't accessible since browsers simply don't have access to this information (for privacy reasons and simply because it's not interesting to have this information in javascript).
//edit: other languages like Java, Flash and Silverlight do have access to this information

Comment/Reply (w/o sign-up)