RE: Form and radio buttons?
by "Hugh Blair" <hblair(at)hotfootmail.com>
|
| Date: |
Tue, 1 Apr 2003 10:36:45 -0600 |
| To: |
"'HWG Basics'" <hwg-basics(at)hwg.org> |
| In-Reply-To: |
p1 |
| |
todo: View
Thread,
Original
|
|
> I have two radio buttons - YES and NO. Is there a way to have
> the YES one
> checked as the default?
>
> <input type="radio" name="accept" value="YES" >Female
> <input type="radio" name="accept" value="NO">Male
<input type="radio" name="accept" value="YES" checked>Female
<input type="radio" name="accept" value="NO">Male
Hugh
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.