Can you give me an example of how I would check for a registered user using
<cfswitch>

Currently my home page is set up checking for Client.userid as follows:

<cfif IsDefined("userid")>
  User Home Page

<cfelse>
   Non-User Homepage

</cfif>

How do I do this in Fusebox?

Rich

-----Original Message-----
From: Jeffrey Marsh [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 24, 2000 3:23 PM
To: Fusebox
Subject: RE: Rookie Question


Use <cfswitch> tags now. It is faster than <cfif>

--
Jeffrey B. Marsh
Amateurs built the Ark.
Professionals built the Titanic.

 -----Original Message-----
From:   ibtoad [mailto:[EMAIL PROTECTED]]
Sent:   Friday, November 24, 2000 6:52 AM
To:     Fusebox
Subject:        Rookie Question

Can I ask a rookie question? Where do the <CFIF> tags belong?  On the index
page??

Thanks,
Rich



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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