Re: Forms problem

At 02:16 pm 3/6/96 +0000, jim@datacell.co.uk spake:
>does anyone know how to make a checkbox checked by default ?

   add the attribute "checked", e.g.: 

  <INPUT TYPE="checkbox" NAME="foo" VALUE="bar" CHECKED>
 

+--------------------------------------------------------------------------+
| BearHeart / Bill Weinman | BearHeart@bearnet.com | http://www.bearnet.com/ 
| Author of The CGI Book -- http://www.bearnet.com/cgibook/ 

Received on Wednesday, 6 March 1996 15:12:11 UTC