问题描述
需要再写一个JS代码吗?需要高手指点一下jS代码如下functionjiansuo(idinput,iddiv,cmd,event){if(event.keyCode==13){hideDiv1(idinput,iddiv);returnfalse;}elseif(event.keyCode==38){input_keyup(idinput,iddiv);}elseif(event.keyCode==40){input_keydown(idinput,iddiv);}else{runcstime(idinput,iddiv,cmd);}}页面代码</td><tdalign="right">目的港<fontcolor="red">*</font>:</td><tdalign="left"><%--<asp:TextBoxID="tb_portdest"runat="server"Width="100%"MaxLength="48"></asp:TextBox>--%><%txt_portdest.Value=String.IsNullOrEmpty(Request["pod"])?"":Server.UrlDecode(Request["pod"]);%><inputid="txt_portdest"name="txt_portdest"runat="server"type="text"class="inputtext"value=""style="width:100%;"maxlength="20"onkeyup="jiansuo('txt_portdest','seltxt_portdest','gettar_port',event);returnfalse;"/><divid='seltxt_portdest'class='myDiv'style="float:left;width:200px;height:180px;visibility:hidden;"></div></td>
解决方案
解决方案二:
按照你说的,检索完在input设置一下readonly="readonly"不行吗?
解决方案三:
设置readonly就可以的事情,非要弄得那么复杂干嘛如果你怕用户懂得如果通过F12修改数据,那你就在提交时将你的值放入ViewState,然后其它要用到该数据的地方从ViewState读取
解决方案四:
设置只读不就检索不到了吗?
解决方案五:
readonly="readonly"
解决方案六:
设置readonly或者enabled不都行吗