[求助]如何让checkbox显示被选中
其它省略,只例重点<%
allow_readfile=request("allow_readfile")
if allow_readfile="" then allow_readfile="no"
%>
<td align=center>
<select name="xxb">
<option value="aa" selected>aa</option>
<option value="bb" >bb</option>
<option value="cc" >cc</option>
下面省略
</select>
</td>
<td align=center><input type="checkbox" name="allow_readfile" value="yes"></td>
<input type="submit" name="submit" value="应用">
把checkbox值提交到表中,这步己经实现.比如说:选bb,选中的checkbox的值在表中也是yes。
问题是:当我再次回到这个选择页面的时候,选 bb,发现checkbox,并没有打上钩,可数据库中明明,有checkbox的值"yes",这是怎么回事啊!
[此贴子已经被作者于2006-6-7 15:25:11编辑过]