> > > bear in mind that no cfcode within <script></script> tags will get
> > > processed.
Sure it will.

Example one: Will most likely blow up
<cfoutput>
<script>
some JS here.....#somevar.foo#
</script>
</cfoutput>

Example two: Will most likely work just fine
<cfoutput>
<script>
some JS here.....<cfoutput>#somevar.foo#</cfoutput>
</script>
See the difference?


> I did some code a while back and I couldn't get CF to do what I wanted in
> the javascript.  It makes sense that you should be able to.  I can't
> remember exactly what it is (I left that job) but I do remember that it
> didn't work.
See above.


Bill
<cf_warrior>
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to