[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] radio buttons on checkout page
okay, sorry for the bother...common answer on the listserv is dig
deeper...and I did, so here's the answer to my question:
" ...
You can provide a ``memory'' for drop-down menus, radio buttons, and
checkboxes with the [checked] and [selected] tags.
<INPUT TYPE=radio NAME=foo
VALUE=on [checked name=foo value=on default=1]>
<INPUT TYPE=radio NAME=foo
VALUE=off [checked name=foo value=off]>
..."
found at:
http://interchange.redhat.com/cgi-bin/ic/docfly.html?mv_arg=ictags04%2e12
Cheers! Greg