Well, windows only runs on Intel, and it states 32/64 bit in the user agent. Linux usually has an architecture in the user agent. OSX is a wildcard, but universal binaries make it no big deal if it's PPC or Intel.
But to answer your question, JS is unable to determine it, and more to the point, unable to do anything architecture-specific anyway. cheers, barneyb -- Barney Boisvert [email protected] http://www.barneyb.com/ On Sep 25, 2009, at 6:37 PM, Don L <[email protected]> wrote: > > Hi, > > Preferably do it with javascript. > Did a bit of digging myself, neither navigator.userAgent nor > navigator.appVersion command would suffice for the CPU part. Hmm, > is javascript simply unable to or I simply don't know better? > > As always many thanks. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326655 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

