I don't know what is in your variable but #justStringFormat()# is a big
headache saver when you are not sure either.

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-----Original Message-----
From: ismail cassiem [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 04, 2007 7:01 AM
To: CF-Talk
Subject: Passing query value via a javascript to next form

Hi, I need help passing the value through to the next form via javascript it
does not like the value ="+'#trim(Corp_Cust_Code)#'; 

<cfoutput query="get_info">
<tr onclick=onCust();>
 <td>
   #cust#
 </td>
</tr>
</cfoutput>

<script language="javascript">
   function onCust()
   {    
     location.href=Mis012F3.cfm?dblib=#dblibCorp="+'#trim(Corp_Cust_Code)#';

   }
</script>

Please any help, Regards 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290159
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