You'd have to use some form of behind the scenes processing. 

-----Original Message-----
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 20, 2007 12:31 PM
To: CF-Talk
Subject: How do I set this variable, then...

How do I set a variable in Javascript,
then check for its value in CF?

<CFPARAM Name="JS" Default="False">

<script  type="text/javascript">

        var JS;
              JS = "true";

</script>

<CFIF JS is "true">

        do something

<CFELSE>

        do something else

</CFIF>

????

Rick





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275950
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to