我正在对网页文本框中的输入应用一些格式。
<input style="text-transform: uppercase"
type="text"
class="textbox"
id="code"
name="code"
D_LABEL="code"
beanProperty="code"
value=""
D_MANDATORY="true"
maxlength="10"/>
这工作正常。我将值保存在数据库中。但是保存的值不是大写的。如何保存与捕获时文本框中显示的值相同的值?