好吧,我有這段代碼,我想從這個價格和價格發送到其他頁面,當用戶點擊提交但沒有刷新頁面和沒有窗體。在其他頁面我將使用這個輸入進行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"/>
閱讀關於javascript/jQuery中的ajax – ankur140290