Link to home
Start Free TrialLog in
Avatar of orenisraeli2000
orenisraeli2000

asked on

Get client's computer specification from browser

Hello all,
I'm Writting an app for a client of mine that has 150 PC with many more laptops that comes and go.
I need to be able to identify the computer asking the service from the local server (intranet) , and be able to know about this computer some hardware info, inorder to send back to the clients computer the right software patch.
where do I start??
I need some guidline.
thank you
Avatar of quincydude
quincydude
Flag of Hong Kong image

getting some client side configure using javascript
http://www.w3schools.com/htmldom/dom_obj_navigator.asp

ajax tutorial
http://www.w3schools.com/ajax/default.asp
Avatar of orenisraeli2000
orenisraeli2000

ASKER

ok. Can it be done with AJAX??
about http://www.w3schools.com/htmldom/dom_obj_navigator.asp , it's to lame. I can see that over 60% of the computer will share the same info this class can provide
if you want more you can try these
http://www.devarticles.com/c/a/JavaScript/How-to-Use-JavaScript-for-Hardware-Knowledge/

but I am not sure if they are cross browser
http://www.devarticles.com/c/a/JavaScript/How-to-Use-JavaScript-for-Hardware-Knowledge/. Yep I found that 1 also. it's a bad solution because you need to change you security options in IE, like allow unsafe script to run. hectic.
ASKER CERTIFIED SOLUTION
Avatar of quincydude
quincydude
Flag of Hong Kong image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yep