欧美国产另类久热|951超碰伊人久久|伊人影视久久久久|色婷婷亚洲小电影|色东京热69XX|婷婷玖玖深爱网|加勒比东京热网站|无码A级毛片在线观看|一级a毛一级a看|中文字幕人妻欧美

用JS動態(tài)改變表單form里的action值屬性的兩種方法
來源:易賢網(wǎng) 閱讀:1599 次 日期:2016-06-23 14:22:50
溫馨提示:易賢網(wǎng)小編為您整理了“用JS動態(tài)改變表單form里的action值屬性的兩種方法”,方便廣大網(wǎng)友查閱!

下面小編就為大家?guī)硪黄肑S動態(tài)改變表單form里的action值屬性的兩種方法。小編覺得挺不錯(cuò)的,現(xiàn)在就分享給大家,也給大家做個(gè)參考。

方法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> 

以上這篇用JS動態(tài)改變表單form里的action值屬性的兩種方法就是小編分享給大家的全部內(nèi)容了,希望能給大家一個(gè)參考

更多信息請查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:用JS動態(tài)改變表單form里的action值屬性的兩種方法
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機(jī)站點(diǎn)

版權(quán)所有:易賢網(wǎng)