Connecting Tech Pros Worldwide Forums | Help | Site Map

javascript help to retrive the cpu information of client in mozilla browser

Newbie
 
Join Date: Jun 2007
Posts: 3
#1: Jun 21 '07
I Need javascript help to retrive the cpu information of client in mozilla browser

Note:
<script language="javascript">
alert(navigator.cpuClass);
</script>

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Jun 21 '07

re: javascript help to retrive the cpu information of client in mozilla browser


Welcome to TSDN!

I'm sorry, but a lot of these properties are IE-only. See this link and you'll see that cpuClass is only supported by IE.
Newbie
 
Join Date: Jun 2007
Posts: 3
#3: Jun 21 '07

re: javascript help to retrive the cpu information of client in mozilla browser


Is there any way to get the processor id of client using javascript in mozilla browser
Newbie
 
Join Date: Jun 2007
Posts: 3
#4: Jun 21 '07

re: javascript help to retrive the cpu information of client in mozilla browser


Urgent!...Is there any other way to get the processor id of client using javascript in mozilla browse
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#5: Jun 21 '07

re: javascript help to retrive the cpu information of client in mozilla browser


Sorry, not using Javascript. Why do you need this information anyway?
Reply