Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: default for
Message #1 by "Tarey M. Gettys" <tareyg@y...> on Wed, 14 Feb 2001 16:28:52

Yes, I finally figured it all out. Thanks to everyone!
--- Tavis Pitt <tavis.pitt@e...> wrote:
> Tarey,
> 
> Simply use the Selected attribute (no values) in the
> option element:
> 		  <option value="Apr" Selected>Apr</option>
> 
> If you are using ASP you can test the month against
> Month(Now()) and 
> append the Selected attribute to the correct month.
> 
> Regards,
> 
> Tav.


  Return to Index