H
Herbert Plass
Hi,
I produced a webform with several entries. The code is:
<select name="casus" size="0">
<option value="Fall" label="cas">Fall</option>
<option value="Ptest" label="cas">Fall test</option>
</select>
With IE, netscape, mozilla this appears to work on windows, linux or
MacIntosh-platform.
With the safari browser on Mac-platform there is a problem, I was told.
Instead of the value the label is displayed. Is there a possibility to
circumvent the problem?
Thanks from helping
Herbert Plass
I produced a webform with several entries. The code is:
<select name="casus" size="0">
<option value="Fall" label="cas">Fall</option>
<option value="Ptest" label="cas">Fall test</option>
</select>
With IE, netscape, mozilla this appears to work on windows, linux or
MacIntosh-platform.
With the safari browser on Mac-platform there is a problem, I was told.
Instead of the value the label is displayed. Is there a possibility to
circumvent the problem?
Thanks from helping
Herbert Plass