... containing > a literal "</script>" within a HTML SCRIPT block, you manually split it > > and you're done. Still seems like duct tape-- but I agree that...
Thanks for the input Isaac. I dunno-- the more I've talked about it, the more I've convinced myself that maybe jsstringformat really does do all it should do....
Good morning guys! Happy new year to you all. So, 2008 is already causing me stress and woe :-D I'm hoping you guys can give me a hand. This morning I've been...
Hi, Robert... and happy new year! Your issue with the rich cftextarea and the file uploads sounds exactly like what happened with me. The solution for me was...
If you have any interest in Java I strongly suggest No Fluff Just Stuff. Honestly even if Java is not your thing it really offers a good wealth of content not...
... Good points. If we're recommending more general "good conferences" then I would suggest SD West / SD East. I went to SD West a few years back and it blew...
ok not sure what i am doing wrong in my out put it does the count just fine, but i cant get it to SUM up the totals. error: [Macromedia][SQLServer JDBC...
specify the column name that you're trying to SUM ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8...
yeah i was trying to sum on the result of the count if i do this i only get the last result, not the sum of all <cfquery datasource="myBD" name="get_totals"> ...
... Psst.... pssst.... TinyMCE/CFFM will fix it. Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8...
nm <cfset Sumtotal = 0> just had to nest <cfset Sumtotal = Sumtotal + get_totals> honestly i already have all every thing i need dont inside of a nested loop....
Won't fixed what he did. He modified his default <cftextarea> and it's not working. TimyMCE/CFFM will only fix it if he chooses to ignore what he just ...
OK... very cool. i am not familiar with sub queries. will have to google. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ...
What's that buzzing noise? Shoo fly! Oh, never mind, it's only Will! :o) Hey, I just saw a demo of TinyMCE and it has a "full-screen" toggle button! I want...
... "</script>" is not a "safe" string under certain JavaScript conditions. The problem is not with Javascript here, it is with the HTML parser. The HTML...
... somewhere else, that's a bug. If it's a bug, it is only in the CMS that did not make sure the HTML code it produces was right. Not in the HTML parser. The...
ok.. i did this <cfquery datasource="myBD" name="get_totals"> Select SUM(total) AS Sumtotal From ( Select Count(*) AS total From employees WHERE emp_assigned =...
use query.sumtotal ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8 is the most important and...
thats what i just said. i can now get #get_totals.Sumtotal# but not #get_totals.total# where befor i could get either using a qoq. <cfquery datasource="myBD"...
You may have to use the QoQ.. if you bring the count up into the outer query you'll have to use GROUP BY defeating the sum() (unless you're using Oracle in...
... You obviously need to get out more, then. SerializeJSON and CFWDDX allow you to take things that aren't strings at all, like queries, structures, etc, and...
... I agree. Therefore, jsstringformat should format strings the way SerializeJSON does. -- s. isaac dealey ^ new epoch isn't it time for a change? ph:...
This is a custom tag, not a CFC. Maybe it could fit your needs anyway: http://www.olimpo.ch/tmt/tag/querynav/ ... Massimo Foti, web-programmer for hire Tools...
... I never recommended that it remove anything. If you put \ in front of / in a javascript literal, the literal then contains the same / that was in the...
mssql2000 ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| AdobeŽ ColdFusionŽ 8 software 8 is the most important and dramatic...