passing variables between CFSCRIPT and Javacript
The example below is a very crude outline what I am triying to do but is there a way to do this with cfajaxproxy or something? Can someone post or link to an example please?
<cfscript>
name ="hulfy"
</script>
<script>
var myName = #name#
</script>
