--part1_75.ca0f6c5.2751e531_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

I know if you are using CFIF like in a CFIF statement, you can do it this 
way...


sample.cfm?action=xyz

<cfif action IS "xyz">
     Send Me to This URL
<cfelse>
     Send to other URL
</cfif>

Kev

--part1_75.ca0f6c5.2751e531_boundary
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

<HTML><FONT  COLOR="#008000" SIZE=2 FAMILY="SANSSERIF" FACE="Verdana" LANG="0">I know 
if you are using CFIF like in a CFIF statement, you can do it this <BR>way...
<BR>
<BR>
<BR>sample.cfm?action=xyz
<BR>
<BR>&lt;cfif action IS "xyz"&gt;
<BR> &nbsp;&nbsp;&nbsp;&nbsp;Send Me to This URL
<BR>&lt;cfelse&gt;
<BR> &nbsp;&nbsp;&nbsp;&nbsp;Send to other URL
<BR>&lt;/cfif&gt;
<BR>
<BR>Kev</FONT></HTML>

--part1_75.ca0f6c5.2751e531_boundary--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to