Debbie2
New Here
Debbie2
New Here
Activity
‎Jun 04, 2010
11:28 AM
You can use Javascript to do that. I searched Google for "html search box default text" and found quite a few examples.
... View more
‎Jun 04, 2010
08:17 AM
You could use an if statement that checks if the value is less than 0, set the font to red, if 0 or greater, set the font to black.
... View more
‎May 27, 2010
06:42 AM
Aside from the issues Dan has already pointed out, to get what you're looking for, drop the CFIF statement and just write your WHERE statement like this: WHERE contactid >= 1 AND (date="8/25" OR date2="8/25")
... View more
‎May 26, 2010
05:46 AM
Yep, it's been that way for a long time. This page explains it: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7a7b.html I avoid naming any of my form fields with the suffixes listed on that page. Deb
... View more