whitespace is breaking my javascript

2003-08-30 Thread Mauricio Giraldo
Finally got the thing "working". http://www.elefectoaxe.com.co/spaw/test.cfm If you are interested in this development I will be setting a SourceForge project soon. - mga ~| Archives: http://www.houseoffusion.com/lists.cfm?link=

whitespace is breaking my javascript

2003-08-28 Thread Mauricio Giraldo
Hello Well the app is now working (was the output="false" issue after all... doh!). I am trying now to make it work under a shared hosting environment and CFINCLUDE mappings get freaked out. The app in question is a web-based html editor based on the PHP SPAW Editor found here: http://www.solme

RE: whitespace is breaking my javascript

2003-08-27 Thread Bill Grover
AIL PROTECTED] > Sent: Wednesday, August 27, 2003 5:44 AM > To: CF-Talk > Subject: whitespace is breaking my javascript > > > hello > > thanks for all the input on different issues i have presented > in this list. > this is really THE place for CF stuff. >

whitespace is breaking my javascript

2003-08-27 Thread Mauricio Giraldo
>Make sure you've got output="no" attribute in the tag and >in any functions within that CFC... OMG... you know... it's 5 am here... i haven't slept well in two days trying to get this thing running... i just can't believe i missed that part!... it's working now! i think i'm gonna cry... will

RE: whitespace is breaking my javascript

2003-08-27 Thread Tim Blair
> i am getting A LOT of whitespace. Make sure you've got output="no" attribute in the tag and in any functions within that CFC... Tim. --- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com fo

whitespace is breaking my javascript

2003-08-27 Thread Mauricio Giraldo
hello thanks for all the input on different issues i have presented in this list. this is really THE place for CF stuff. right now i am having a really particular issue with coldfusions whitespace. i will try and explain as much as i can: 1- i have a few CFCs (calling each other, extending eac