Question
javascript in coldfusion
Hi All -
I am trying to do the following:<script language="text/javascript">function abc(arg1, arg2) {
<cfquery name="q" datasource="..">
select * from table1 where col1 = arg1
</cfquery>
..................
}</script>Is it possible to pass javascript arguments to a coldfusion query which is in turn present in the javascript block?
