Steve - I tried it, and it didn't work. Ben - I tried on Input instead of CFinput, made no difference. And my knowledge of javascript is slight.
I'm trying a workaround by changing the boxes into drop-down menus, where size DOES work. > Steve Onnis wrote: > > >Althought its not documented, you can pass a style attribute and a class > >attribute into the CFINPUT tag > > > ><CFINPUT style="border:1px solid blue;" TYPE="Text" NAME="ToDay" > >VALUE="#NOW()#" RANGE="1,31" SIZE="2" MESSAGE="Please enter a day of the > >month (1-31)" VALIDATE="integer" REQUIRED="Yes"> > > > > What is documented (at least in the MX docs) for CFINPUT is the > passThrough attribute: <cfinput passThrough="style=""border:1px solid > blue;""" /> (make sure you escape double-quotes). > > Andrew - If it's causing so much grief, why not just use a standard > <input /> and roll your own javascript validation? > > Cheers, > > Ben --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
