SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Sep 21, 2007, 04:36 #1
- Join Date
- Feb 2007
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Need Client Machine's System information
I need to find the information about Client machine by using Javascript :
Information like :
How much Avaliable sapce on clinet;s machine ?
Need to find RAM size .
Operation System.
Thanks in advacne,
MAngesh
-
Sep 21, 2007, 05:13 #2
- Join Date
- Oct 2004
- Location
- Sydney, Australia
- Posts
- 175
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Browsers have security policies in place to stop this exact thing from being possible. You can ask your clients for this information, but I highly doubt it most people will just hand over such information without a solid reason why.
-
Sep 21, 2007, 07:37 #3
- Join Date
- Feb 2003
- Location
- Slave I
- Posts
- 23,424
- Mentioned
- 2 Post(s)
- Tagged
- 1 Thread(s)
Can't be done with JavaScript for security reasons.
-
Sep 22, 2007, 23:28 #4
- Join Date
- Aug 2007
- Posts
- 49
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Java, on the other hand, is enabled by a lot of people and will happily feed back all sorts of info like the local IP address (not the proxy server, gateway, etc...) and may possibly have access to the information you want as well.
-
Sep 23, 2007, 08:35 #5
Well, I don't think RAM and available space would be available but you should be able to work out the operating system with navigator.platform
-
Sep 25, 2007, 04:20 #6
- Join Date
- Feb 2007
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Is it possible by using any Active X control ?
Bookmarks