View Single Post
Old 09-20-2012, 03:15 PM   PM User | #3
WolfShade
Regular Coder

 
Join Date: Apr 2012
Location: St. Louis, MO, USA
Posts: 952
Thanks: 7
Thanked 98 Times in 98 Posts
WolfShade is an unknown quantity at this point
1. You cannot give a name or id to any element that begins with a number; it must begin with a-z or an underscore.
2. eval() is evil, do not use it, it is JavaScripts executable environment and not only is it slow, but it opens your site to security issues.
__________________
^_^

If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
*
The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
WolfShade is offline   Reply With Quote