最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

用JS動態(tài)改變表單form里的action值屬性的兩種方法

 更新時間:2016年05月25日 10:42:48   投稿:jingxian  
下面小編就為大家?guī)硪黄肑S動態(tài)改變表單form里的action值屬性的兩種方法。小編覺得挺不錯的,現(xiàn)在就分享給大家,也給大家做個參考。一起跟隨小編過來看看吧

方法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();">
轉到頁面一<input type="radio" name="a">
轉到頁面二<input type="radio" name="a">
<input name="" type="submit" value="提交">
</form>
</body>
</html> 

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

相關文章

最新評論

井冈山市| 洛隆县| 江北区| 上栗县| 邢台市| 盐城市| 武城县| 中方县| 和田市| 达日县| 台南市| 密云县| 重庆市| 奉节县| 九江县| 襄垣县| 西乌| 阜城县| 林芝县| 县级市| 和龙市| 化隆| 巴彦县| 卓尼县| 长寿区| 稷山县| 株洲县| 吴旗县| 兴仁县| 云阳县| 彰化县| 万盛区| 蛟河市| 东乡族自治县| 普兰店市| 石泉县| 福安市| 保靖县| 蓬溪县| 丰台区| 阿荣旗|