Re: browser detection UDF

2002-03-21 Thread Greg Alton
opers with experience using these. Greg Alton CFDev - Original Message - From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 12:21 PM Subject: RE: browser detection UDF > Actually I'm pre

RE: browser detection UDF

2002-03-21 Thread Clint Tredway
I looked before I posted my request. Clint -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 11:20 AM To: CF-Talk Subject: RE: browser detection UDF Go to: www.cflib.org all sort of goodies Thanks, Jason -Original Message- From

RE: browser detection UDF

2002-03-21 Thread Jason Larson
Go to: www.cflib.org all sort of goodies Thanks, Jason -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 9:45 AM To: CF-Talk Subject: browser detection UDF Someone posted a UDF that detected the browser.. Does someone have this handy

RE: browser detection UDF

2002-03-21 Thread Raymond Camden
PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Jason Larson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 12:20 PM > To: CF-Talk > Subject: RE: browser detection UDF > > &

RE: Browser Detection UDF

2002-01-21 Thread Pete Freitag
here's one: http://www.cfdev.com/products/productdetail.cfm/id/1003 -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 3:55 PM To: CF-Talk Subject: Browser Detection UDF Does anyone have a UDF that will detect the type and version of a user'

RE: Browser Detection UDF

2002-01-21 Thread Russel Madere
This is perfect! Thanks. I hope to put this into production. Russel -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 3:12 PM To: CF-Talk Subject: RE: Browser Detection UDF I found a custom tag and just converted it over to a UDF, hope

RE: Browser Detection UDF

2002-01-21 Thread Kevin Bridges
I just saw one in the exchange on macromedias site earlier today ... didn't download it though so have no opinion about it ... I think I searched for browser detect ::: -Original Message- ::: From: Russel Madere [mailto:[EMAIL PROTECTED]] ::: Sent: Monday, January 21, 2002 1:55 PM ::: T

RE: Browser Detection UDF

2002-01-21 Thread Steve Oliver
I found a custom tag and just converted it over to a UDF, hope it helps! getBrowser(cgi.http_user_agent); #getBrowser.browsername# - #getBrowser.browserVersion# function getBrowser(user_agent){ browserName="Unknown"; browserVersion="0"; if (Len(user_agent)) { if (Find("MSIE",user_

RE: Browser Detection UDF

2002-01-21 Thread C. Hatton Humphrey
I don't think you need a UDF for that... look at the CGI.HTTP_USER_AGENT for that info. C. Hatton Humphrey, Developer Fisher, Towne & Associates 716-839-2141 x336 [EMAIL PROTECTED] > -Original Message- > From: Russel Madere [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 3:5