Enclosed is a modified browser.wddx to recognize IE 6.0 for Windows NT 4.0, NT 5.0 (Win2K), and Windows 98 clients. I don't have Windows ME or Windows XP so I don't know what their user agent signature might look like.
This is a simplistic fix to recognize IE 6.0 in that I copied the IE 5.01 entries and made no attempt to better describe any new capabilities in IE 6.0. This may also not handle IE 6.0 if you don't have the fix installed described in Microsoft Knowledge Base question Q312461 since that number is part of the user_agent string. I would bet older non-fixed IE 6.0's lacked that part of the string. This also will not help matters that were being discussed earlier about areas of Spectra where explicit checks are made for MSIE 5. They will still break if MSIE 6 is what is being returned. I know this list cannot handle attachments but I copied the original querier so he can get the copy. I will post a copy over on spectrasource for others who might want it. Rich ----- Original Message ----- From: "DJ Chuang" <[EMAIL PROTECTED]> To: "Spectra-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 1:04 PM Subject: IE6 browser detect > > Long time listener, first time caller :) > > > > Have a problem with <cfa_browser>, as it is unable to detect certain MSIE > > 6.0 browsers: > > > > Here is my http_user_agent string: Mozilla/4.0 (compatible; MSIE 6.0; > > Windows NT 5.0; T312461; Q312461) > > > > And upon calling this function: > > > > <cfa_browser r_stBrowser="stBrowser"> > > > > The results of cfdump on stBrowser is (mostly blank!?): > > > > ACHILDREN 1 MOZILLA/4.0 (COMPATIBLE; MSIE 6.0; WINDOWS NT 5.0; T312461; > > Q312461) > > > > ACTIVEXCONTROLS > > BACKGROUNDSOUNDS > > BROWSER > > COOKIES > > CRAWLER > > DHTML > > FRAMES > > JAVAAPPLETS > > JAVASCRIPT > > JAVASCRIPTVER > > MAJORVERSION > > MINORVERSION > > NAME Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461; Q312461 ) > > > > PARENTAGENT > > STYLESHEETS > > TABLES > > USERAGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461; > > Q312461) > > VBSCRIPT > > > > Is there a hotfix for this? Thanks. > > > > dj > > > > > > DJ Chuang, Senior Developer > > ABSinteractive | ForMinistry.com > > e: [EMAIL PROTECTED] | p: 703_621_2066 > > > -------------------------------------------------------------------------- ---- > To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
