當前位置:首頁 > 建站常識 > 列表

網站開發當中不使用(yòng)form 提交表單

點擊:時(shí)間:2018/4/3關鍵詞:上海網站制作
正常提交表單:<form action="" method="post" name="form1"><input type="text" name="user" id="user"><input type="submit" nam

網站開發當中不使用(yòng)form 提交表單

正常提交表單:<form action="" method="post" name="form1">

<input type="text" name="user" id="user">

<input type="submit" name="button" id="button" value="提交">

</form>

如果不使用(yòng)form:

<input type="text" name="user" id="user">

<input type="submit" name="button" id="button" value="提交">

那怎麽提交表單呢(ne)

input type="submit" 這(zhè)個(gè)提交按鈕就是針對(duì)表單的(de),如果沒有表單,這(zhè)個(gè)按鈕也(yě)就發揮不了(le)“提交”的(de)作用(yòng)。

如果你想不用(yòng)表單來(lái)提交數據,最簡單辦法是使用(yòng)js把需要提交的(de)數據寫道url上。

比如,searchform.htm 是要用(yòng)戶輸入一個(gè)關鍵字,到search.asp頁面搜索。

那麽 searchform.htm裏這(zhè)樣寫。

<input type="text" id="keyword" />

<button onclick="javascript:window.location.href='search.asp?keyword='+ document.getElementById('keyword').value" >搜索</button>

這(zhè)樣子,你輸入一個(gè)“baidu”然後點擊“搜索”,地址欄會轉向:search.asp?keyword=baidu

 

預約建站
免費提供網站優化(huà)
領取關鍵詞