Question
Output JS variables with CF
This is probably a simple one... But I'm not very familiar with JavaScript so I really have no idea.
How would I output the variables in this script with Coldfusion?
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
var d = new Date();
var curr_date = d.getTime();
//-->
</SCRIPT>
