- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Wed, 16 Dec 1998 12:53:30 -0500
- To: www-lib@w3.org
- To: EALTER@mail.wshs.fcps.k12.va.us
EALTER@mail.wshs.fcps.k12.va.us wrote: > > Okay i need to input more than one thing in the form, now if there > was a submit butten do i have to put that in too? and what is the > value Enter? > > <input type="submit" name="enter" value="Enter"> > > Also if i had radio buttons like below would i just input the one i > want checked? and what do i put for the value? what it says there? > ("yes" "no" "auto") Yes, you can stick in all the <name, value> couples in the request. This is described in http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13 Henrik
Received on Wednesday, 16 December 1998 12:53:33 UTC