Erki Esken
Member since Dec 11, 2008
- Profile: /members/2510-erki-esken.htm
- URL: http://dreamdrummer.com/
- Comments: 2
Recent Blog Comments By Erki Esken
-
Getting Certified In ColdFusion 8 Scares Me
Posted on Aug 28, 2007 at 3:13 PM
Next time, get onto CF beta early on. Then combine beta-testing new features with learing for upcoming certification test :)... read more »
-
JavaScript Does Not Escape "+" And ColdFusion Does Not Like This One Bit
Posted on Mar 6, 2007 at 8:38 AM
Instead of escape() try using encodeURIComponent(). That is part of JavaScript 1.5/ECMAScript 3 standard, and escapes special symbols and does utf8 properly. See docs: http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Functions:encodeURIComponent... read more »