[Javascript] starting with ajax

David Dorward david at dorward.me.uk
Mon May 8 03:31:15 CDT 2006


On Mon, May 08, 2006 at 10:23:19AM +0200, Michael Borchers wrote:
>    if(navigator.appName.search("Microsoft") > -1)

Wherever possible use feature detection, don't look at what the
browser claims to be and assume support (or lack of support) for
features based on that.

http://jibbering.com/faq/#FAQ4_26
http://jibbering.com/faq/faq_notes/not_browser_detect.html
http://www.quirksmode.org/js/support.html

http://jibbering.com/2002/4/httprequest.html

-- 
David Dorward                                      http://dorward.me.uk




More information about the Javascript mailing list