Sean, Let me say thank you for your help that you have given me. One last question: So I can feed myself and not keep asking for a Fish a day.
Can you suggest (or someone) a good book for action scripting and using it with CF MX 7? -----Original Message----- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 6:08 PM To: CF-Talk Subject: Re: <cfinput type="checkbox" On Fri, 4 Mar 2005 17:32:27 -0500, David Brown <[EMAIL PROTECTED]> wrote: > onclick="if (DownTimeNotificationYN.selected ='Yes') DownTimeNotificationNote.height = 50; else DownTimeNotificationNote.height = 0;" Try: onclick="if (DownTimeNotificationYN.selected) DownTimeNotificationNote.height = 50; else DownTimeNotificationNote.height = 0;" I think it's .selected and it's a boolean. -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Breeze Me! -- http://www.corfield.org/breezeme Got Gmail? -- I have 49, yes 49, invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197555 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

