甘都加精?无也啊?!
就是當選擇其它時,當選擇其它時,文本框 可以輸入文字,但你再選擇回上面的值時那個文本框還是可以寫數據,所以有小BUG,要改成這樣才成
<td align="right">营业者:</td>
<td colspan="5"><select name="营业者" id="营业者" onChange="javascript:if(document.all.营业者.value=='othe'){document.all.othe.disabled=false;}else{document.all.othe.disabled=true;}">
<option value="廖生"> 廖 生 </option>
<option value="陈生"> 陈 生 </option>
<option value="城户"> 城 户 </option>
<option value="othe"> 其 它 </option>
</select>
<input name="othe" type="text" id="othe" disabled="disabled">
</select>
<td colspan="5"><select name="营业者" id="营业者" onChange="javascript:if(document.all.营业者.value=='othe'){document.all.othe.disabled=false;}else{document.all.othe.disabled=true;}">
<option value="廖生"> 廖 生 </option>
<option value="陈生"> 陈 生 </option>
<option value="城户"> 城 户 </option>
<option value="othe"> 其 它 </option>
</select>
<input name="othe" type="text" id="othe" disabled="disabled">
</select>
然後在保存文件裡這樣寫就可以。
rs("客戶")=trim(request.form("other"))
else
rs("客戶")=trim(request.form("kefu"))
end if
[此贴子已经被作者于2006-2-16 15:53:43编辑过]