第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

表單 button 提交

表單 button 提交

HOTLINE 2017-07-01 16:59:35
使用button 实现submit功能  更改action属性   js
查看完整描述

4 回答

已采納
?
MR帽子先生

TA貢獻(xiàn)245條經(jīng)驗(yàn) 獲得超106個贊

有兩種方法:
方法1:
<form?id="form1"?name="form1"?method="post"?action="../news/index.asp">
??????<table?width="100%"?height="43"?border="0"?cellpadding="0"?cellspacing="0">
????????<tr>
??????????<td?height="28"><input?name="keyword"?type="text"?style="width:150px"?id="keyword"/></td>
????????</tr>
????????<tr>
??????????<td?height="28"><select?name="Searchtype"??style="width:110px"?id="Searchtype"?onchange="Searchtype1();">
????????????<option?value="news"?selected="selected">新聞中心</option>
????????????<option?value="case">工程案例</option>
??????????</select>
??????????<input?type="submit"?name="Submit"?value="搜索"?/></td>
????????</tr>
??????</table>
??</form>
??<script?language="JavaScript">
??function?Searchtype1(){
??var?type=document.getElementById("Searchtype").options[document.getElementById("Searchtype").selectedIndex].value;
??if?(type=="news"){document.getElementById("form1").action="../news/index.asp"}
??else?if?(type=="case"){document.getElementById("form1").action="../case/index.asp"}
??}
??</script>
?
方法2:
<html>
<head>
<script?language="javascript">
function?check(){
if(document.form1.a[0].checked==true)
document.form1.action="1.htm"
else
document.form1.action="2.htm"
}
</script>
</head>
<body>
<form?name="form1"?method="post"?action=""?onSubmit="check();">
轉(zhuǎn)到頁面一<input?type="radio"?name="a">
轉(zhuǎn)到頁面二<input?type="radio"?name="a">
<input?name=""?type="submit"?value="提交">
</form>
</body>
</html>

希望對你有幫助,祝你學(xué)習(xí)愉快。

查看完整回答
反對 回復(fù) 2017-07-01
?
IMOOC學(xué)習(xí)

TA貢獻(xiàn)22條經(jīng)驗(yàn) 獲得超12個贊

buttom沒有submit功能

查看完整回答
反對 回復(fù) 2017-07-02
  • 4 回答
  • 1 關(guān)注
  • 2184 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號