<script src="../../e/data/images/setday.js"></script> <form name="searchform" method="post" action="/e/search/index.php"> <input type="hidden" name="tbname" value="info"> <input type="hidden" name="tempid" value="1"> <b><input type="hidden" name="andor" value="and"></b> <div style="width:95%; margin-top: 5px; padding-left:20px; border-right: #ff9933 1px solid; border-top: #ff9933 1px solid; border-left: #ff9933 1px solid; color: #000000; border-bottom: #ff9933 1px solid; background-color: antiquewhite;"> <div style="text-align:left;width:100%"> <span style="padding-top: 5px; width:100%"> 关键字: <input type="hidden" name="show" value="title,number,leibie,area,username"> <input type="hidden" name="hh" value="LK"> <input name="keyboard" type="text"> 废物类别: <input type="hidden" name="show" value="zhonglei"> <input type="hidden" name="hh" value="EQ"> <input name="keyboard" type="radio" value="一般废物" style="height:20px;">一般废物 <input name="keyboard" type="radio" value="危险废物" style="height:20px;">危险废物 </span> </div> <div style="text-align:left; width:100%; margin-top:5px; margin-bottom:5px;"> <span style="width:100%"> <!--信息发布时间限制:<font color="#666666">(0000-00-00为不限制)</font> 从 <input name="starttime" type="text" value="0000-00-00" size="12" onclick="setday(this)" /> 到 <input name="endtime" type="text" value="0000-00-00" size="12" onclick="setday(this)" /> 之间的数据 </span> </div>--> <div style="text-align:left; width:100%; margin-top:5px; margin-bottom:5px;"> <span style="width:100%"> 供需类型: <input type="radio" name="classid" value="60">供应信息 <input type="radio" name="classid" value="61">需求信息 数量:<input type="hidden" name="show[]" value="shuliang"> <input type="hidden" name="hh[]" value="BT"> <!--<input name="keyboard[]" type="text">--> <select name="keyboard[]"> <option value="0 10">0~10吨</option> <option value="10 50">10~50吨</option> <option value="50 100">50~100吨</option> <option value="100 1000">100吨以上</option> </select>--> <input type="submit" name="" value="搜索" style="height: 22px; border-right: #ff6633 1px solid; border-top: #ff6633 1px solid; border-left: #ff6633 1px solid; width: 45px; color: #ffffff; border-bottom: #ff6633 1px solid; background-color: #ff9933;" /> </span> </div> </div>
正如以上代码,我实现不了 starttime 到 endtime之间的查询??!!!为什么!?! 在这里不可以这样使用吗???!还是说要定义下 name=show value=newstime?!!!
|