On Thu, May 27, 2010 at 1:37 PM, DURETTE, STEVEN J (ATTASIAIT)
<sd1...@att.com> wrote:
> <cfif form.pagetype is "personal">
>        <input type="radio" name="pagetype" value="personal"
> checked="checked" />
> <cfelse>
>        <input type="radio" name="pagetype" value="personal" />
> </cfif>Personal

How do people feel about this:

<input type="radio" name="pagetype" value="personal" # form.pageType
is "personal" ? 'checked="checked"' : '' # />
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margare

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334075
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to