Feb 13, 2001 #1 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 .
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 .
Feb 13, 2001 #2 MarcDePoe Programmer Dec 19, 2000 101 US 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 Upvote 0 Downvote
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