script.js file inside cfoutput

2009-07-10 Thread RamaDevi Dobbala
hi frnds, i have a problem like cfoutput . . .Here i have my date field, where i have to insert .js file, where ever i am insert it is not taking the file i am calling js function like this javascript:showID(..) error is this ColdFusion was looking at the following text: javascript . .

Re: script.js file inside cfoutput

2009-07-10 Thread Francois Levesque
That's not much to work with, but my guess would be that you have an opening hash sign (#) before your javascript call and that's throwing ColdFusion off. Whenever you want to display a hash sign between cfoutput tags you need to escape it like so: This would throw an error: cfoutput a