passing variables between CFSCRIPT and Javacript
the example below crude outline triying there way cfajaxproxy or something? can post or link example please?
<cfscript>
name ="hulfy"
</script>
<script>
var myname = #name#
</script>
the easiest way use cfoutput tags around script tags. work simple variables. arrays, queries, etc, either toscript() or cfwddx helpful. far know, same thing.
More discussions in ColdFusion
adobe
Comments
Post a Comment