HTML 2.0: Review Materials Available

ts (decoux@moulon.inra.fr)
Thu, 9 Jun 94 10:09:34 +0200


>> CHECKBOX Used for simple Boolean attributes, or for
>> attributes which can take multiple values at
>> the same time. The latter is represented by a
>> number of checkbox fields each of which has
>> the same NAME .
>
>Multiple checkboxes with the same NAME? I haven't seen this feature
>before. What would the returned VALUE be? The spec does not say.

I don't see where is the problem. Can you try

http://moulon.inra.fr/html2/checkbox.html

-----------------------------------------------------
<head><title>checkbox</title></head><body>
<form action="/cgi-bin/decode">
<input type=submit><br>
<input type=checkbox name=a value=a checked>A
<input type=checkbox name=a value=b checked>B
</form>
</body>

Guy Decoux