好的,我有这个代码,我想在用户单击提交但没有刷新页面且没有表单时将此价格从和价格发送到其他页面。在其他页面上,我将使用此输入进行 sql 查询和显示结果。
Price from:<input type="text" name="from" id="from" width="50px" />
Price to:<input type="text" name="to" id="to" width="50px" />
<input type="submit" id="submit" value="Search"/>