RE: cfscript help using cfloop to name function with cf var - argh!

2008-01-28 Thread William Seiter
I am trying to follow what you are wanting to accomplish with this. You are setting htmlcontent to the string value 'htmlcontent' plus the current 'count' value. Then you are sending the htmlcontent1 variable (which doesn't appear to exist) to the ToScript function? I think htmlcontent1 is part o

Re: cfscript help using cfloop to name function with cf var - argh!

2008-01-28 Thread Dominic Watson
A side note; there's no need to maintain that 'COUNT' variable as CF does this for you with the currentRow property of the cfquery object, so: Dominic On 28/01/2008, Dominic Watson <[EMAIL PROTECTED]> wrote: > > A random guess, but try removing all the cfoutput tags and wrap the whole

Re: cfscript help using cfloop to name function with cf var - argh!

2008-01-28 Thread Dominic Watson
A random guess, but try removing all the cfoutput tags and wrap the whole lot in one cfoutput tag. Perhaps it is a whitespace thing...(?) Dominic > I've got most of this working. I'm just having a hard time getting the cf > variables > to parse out when naming the javscript function. Everythin

Re: cfscript help using cfloop to name function with cf var - argh!

2008-01-28 Thread Gerald Guido
>>Also can anyone recommend a good way to troubleshoot Javascript errors? Fire bug for FF https://addons.mozilla.org/en-US/firefox/addon/1843 And debugbar for IE (Free for personal use) http://www.debugbar.com/ On Jan 28, 2008 3:14 PM, <[EMAIL PROTECTED]> wrote: > I've got most of this workin