Thanks Jim.  What I don't understand, I guess, is why it's not working.  Good 
thing it's Friday!

It's just a test page & doesn't actually go anywhere right now, returns text 
to say it's working ... but I get BOTH messages!  And that's not possible...

www.marksport.com/testsandbox/detect2.htm

:-(
Oriole


In a message dated 08/04/2000 1:59:14 PM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:

<< What part don't you understand?  Your example looks correct.  Cold
 Fusion's "EQ" and "IS" are equivalent and can be used to compare strings
 or numeric values.
 
 The "go to page..." part could be done either with CFLOCATION or by
 CFINCLUDE'ing the desired page.  You'll be forced to use CFLOCATION if the
 page isn't local.
 
 Something like:
 
 <CFIF Browser EQ Stanadard>
   <CFLOCATION template="pagea.cfm">
 <CFELSE>
   <CFLOCATION template="pageb.cfm">
 </CFIF> >>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to