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