> <cfloop query="qDepartments">
> <input type="radio" name="department" value="#departmentid#"
> <cfif #departmentid# is "#thisuserdept#">selected</cfif>>
> </cfloop>

That's how you do it, but I believe that "selected" should be "checked".
"Selected" is used for <option> tags, and "checked" is used for radio
buttons and checkboxes.


Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]



 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to