View Single Post
Or has JavaScript to determine if they're running MSIE. You can determine if the browser supports certain methods (like innerHTML) and if it doesn't, you can be reasonably sure you're on one platform or another. Most javascript libraries like jquery and mootools do this for you.

Though, not using standard, clean JS is just poor coding :p