Detecting HTTP_USER_AGENT

2001-02-01 Thread Richard L Smith
Hello: Does any one know of a way to use HTTP_USER_AGENT to do page redirects with CF? I am trying to get a template to output code based on the browser type NS or MSIE so far nothing seems to work. Here's the code i am using so far cfset "brow" eq "#HTTP_USER_AGENT#" cfif "brow" eq

RE: Detecting HTTP_USER_AGENT

2001-02-01 Thread DeVoil, Nick
CGI.HTTP_USER_AGENT? ^^^ -Original Message- From: Richard L Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 3:41 PM To: CF-Talk Subject: Detecting HTTP_USER_AGENT Hello: Does any one know of a way to use HTTP_USER_AGENT to do page redirects with CF? I am trying

RE: Detecting HTTP_USER_AGENT

2001-02-01 Thread alistair . davidson
using IE 4+ or Nutscrape 4+. Of the other 1.2%, something like 95% were using pre-v4 IE/Nutscrape, so it's a fairly reasonable assumption to make -Original Message- From: Richard L Smith [mailto:[EMAIL PROTECTED]] Sent: 01 February 2001 15:41 To: CF-Talk Subject: Detecting HTTP_USER_AGENT Hello: Do

RE: Detecting HTTP_USER_AGENT

2001-02-01 Thread Holger Lockertsen
al Message- From: Richard L Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 4:41 PM To: CF-Talk Subject: Detecting HTTP_USER_AGENT Hello: Does any one know of a way to use HTTP_USER_AGENT to do page redirects with CF? I am trying to get a template to output

RE: Detecting HTTP_USER_AGENT

2001-02-01 Thread Duane Boudreau
; cfelse !--- Browser is unknown --- cflocation url="index_ob.cfm" /cfif HTH, Duane Boudreau, CTO CFExperts, LLC. -Original Message- From: Richard L Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 10:41 AM To: CF-Talk Subject: Detecting HTTP_USER

Re: Detecting HTTP_USER_AGENT

2001-02-01 Thread Howie Hamlin
quot;CF-Talk" [EMAIL PROTECTED] Sent: Thursday, February 01, 2001 10:41 AM Subject: Detecting HTTP_USER_AGENT Hello: Does any one know of a way to use HTTP_USER_AGENT to do page redirects with CF? I am trying to get a template to output code based on the browser type NS or MSIE so f

RE: Detecting HTTP_USER_AGENT

2001-02-01 Thread Jason Aden
TECTED]] Sent: Thursday, February 01, 2001 10:41 AM To: CF-Talk Subject: Detecting HTTP_USER_AGENT Hello: Does any one know of a way to use HTTP_USER_AGENT to do page redirects with CF? I am trying to get a template to output code based on the browser type NS or MSIE so far nothing seems

RE: Detecting HTTP_USER_AGENT

2001-02-01 Thread Dylan Bromby
HTTP_USER_AGENT CGI.HTTP_USER_AGENT? ^^^ -Original Message- From: Richard L Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 3:41 PM To: CF-Talk Subject: Detecting HTTP_USER_AGENT Hello: Does any one know of a way to use HTTP_USER_AGENT to do page redirects with CF

RE: Detecting HTTP_USER_AGENT

2001-02-01 Thread Lord, Heath
in my little example, It's only looking at Moxilla/4.7... I'm not sure about how Netscape reports itself in all versions, but the MSIE is a given to catch Internet Explorer. Heath -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 10:54 AM To: CF-Talk S

RE: Detecting HTTP_USER_AGENT

2001-02-01 Thread Jason Aden
, February 01, 2001 11:00 AM To: CF-Talk Subject: RE: Detecting HTTP_USER_AGENT you don't need the CGI scope. i think you're looking for strings that are too specific in your code. try looking for the presense of MSIE or not. -Original Message- From: DeVoil, Nick [mailto:[EMAIL