I would like to be able to check the client side browser to see if the end user is using Internet Explorer and take action if they are.
I know how to do this on the client side in JavaScript but is there a way to do the same on the server side ?
Check client side browser
Moderators: Jon, Steve, Ian, Dave
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
You can use the client object from a server side script to check the browser type. There are a number of explicit methods provided e.g. for Internet Explorer:
Code: Select all
if (client.isIE())
..
0 x
Who is online
Users browsing this forum: No registered users and 10 guests