HTML 2.0: Review Materials Available
decoux@moulon.inra.fr (ts)
Errors-To: listmaster@www0.cern.ch
Date: Thu, 9 Jun 1994 10:16:29 +0200
Errors-To: listmaster@www0.cern.ch
Message-id: <9406090809.AA05441@moulon.moulon.inra.fr>
Errors-To: listmaster@www0.cern.ch
Reply-To: decoux@moulon.inra.fr
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: decoux@moulon.inra.fr (ts)
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: HTML 2.0: Review Materials Available
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
>> 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