yeah i agree!
i think that if 'nutscrape' would either die off and go to hell or at least
catch up with the rest of the world it would make most of our jobs much
easier. no?

Jay Patton
Web Pro USA
406.549.3337 ext. 203
1.888.5WEBPRO
www.webpro-usa.com
----- Original Message -----
From: "Sean Daniels" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, January 09, 2001 12:09 PM
Subject: RE: browser check


> I use the <cf_browsercheck> custom tag, available at the tag gallery, to
do
> exactly the same thing you are talking about:
>
> <cfset nutscrape = false>
>
> <cfif bc_browser is "netscape">
> <cfset nutscrape = true>
> </cfif>
>
> <cfif nutscrape>
> ...code to not show kick butt dhtml menu
> <cfelse>
> ...code to show kick butt dhtml menu
> </cfif>
>
> The reason I initialize the var nutscrape first is because I use it for
> other conditional stuff besides the menus. Plus I like the sound of it.
>
> - Sean
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to