[Xapian-discuss] For more UI functionality: OmegaScript, C++or other?

Chris chris at s-4-u.net
Tue Apr 26 10:18:23 BST 2011


On 04/26/2011 11:15 AM, Chris wrote:
> Checkboxes support a value attribute, something like
>
> <input type="checkbox" name="B" value="Edoc" /> doc
> <input type="checkbox" name="B" value="Edocx" /> docx
>
Should be:

<input type="checkbox" name="B[]" value="Edoc" /> doc
<input type="checkbox" name="B[]" value="Edocx" /> docx

else only the last value is sent.

Greets, Chris




More information about the Xapian-discuss mailing list