Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Variable from cf to scipt

Status
Not open for further replies.

italy

Programmer
Feb 13, 2001
162
US
it seems I cant pass variable to script unrecognised variable # and kept giving me an error about cfscript

error in <c can any one tell me what is the selution for two problem please very thankfull .

 
are you using cf 4.5?...
either way .. would this acomplish whatever it is you're looking to do?

<cfoutput>
<script>
// code using #variables#
</script>
</cfoutput>

if not, sorry

Marc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top