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:290147
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