As the title describes.
I need to see if the machine accessing my page is a MAC or something else
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could check the userAgent like this:
But, this isn’t a reliable method as it can be spoofed…but since there is no javascript absolute for this, not a terrible option. Feature detection is a better alternative if you want to see what the browser will/won’t support…depends if you’re after metrics of actually enabling/disabling features.