I’m trying to execute special behavior dependent on which web browser is being used.
I’d prefer a solution in HTML, but a scripting language would be fine too.
The special behavior is pretty minimal and only for safari users.
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.
The navigator object in javascript will do that for you.
Here ya go:
http://www.w3schools.com/js/js_browser.asp