6 May
1999
6 May
'99
9:30 p.m.
Hi - On Thu, 6 May 1999, Alexander Staubo wrote:
Consider a form:
<form action="Post"> <select name="Values" multiple> <option value="A">A</option> <option value="B">B</option> <option value="C">C</option> </select> ...
Try: <select name="Values:list" multiple> this will ensure that Value is a list whatever the selection Pavlos