日期:2014-05-17  浏览次数:21053 次

查询数据后,不清空文本的内容
请高手指点,输入查询条件,提交表单后,怎样才不会清空文本框的内容

------解决方案--------------------
<form name= "form1 " method= "post " action= "hyd_jjd.asp?str_q= <%=request( "t3 ")%> " > response.write(request.querystring( "str_q "))

------解决方案--------------------
具体问题具体分析,主要是需要把你原来表单的值读取出来,然后重新写回到那个文本中就可以了
------解决方案--------------------
<input name= "t4 " type= "text " value= " <%=request( "str_q ")%> ">