6 May
1999
6 May
'99
10: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
In my case, I am using a tclet (the tclet supports POST) to do the equivalent of a form (the big advantage is that I can have tk widgets like slides and spinners in the tclet for inputting values. Is there a way of doing this declaration of form variable w/o having the explicit form in the document? Regards, Albert Boulanger aboulanger@ldeo.columbia.edu