Not sure what you mean?

<A HREF="" 1</A>
<br>
<A HREF="" 1</A>

When the link is clicked I want to pass the information of the "results" to my other template and check if results is either "yes" or "no"

--Original Message Text---
From: Tim Laureska
Date: Thu, 27 Nov 2003 08:06:36 -0500

Is results set up as a yes/no field?

-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2003 7:57 AM
To: CF-Talk
Subject: re: Correct syntax

Hi,

I'm passing the following from one template to another...

<A HREF="" 1</A>
<br>
<A HREF="" 1</A>

Then I'm doing the following:

<CFIF IsDefined("results")>
  Do This
<CFELSE>
  Do Else
</CFIF>

How can I check if the results are "yes" or "no"?

<CFIF IsDefined("results") IS "yes"> ??????
</CFIF>


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to