国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > JavaScript > 正文

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

2019-11-20 09:55:11
字體:
供稿:網(wǎng)友

方法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"elsedocument.form1.action="2.htm"}</script></head><body><form name="form1" method="post" action="" onSubmit="check();">轉(zhuǎn)到頁(yè)面一<input type="radio" name="a">轉(zhuǎn)到頁(yè)面二<input type="radio" name="a"><input name="" type="submit" value="提交"></form></body></html> 

以上這篇用JS動(dòng)態(tài)改變表單form里的action值屬性的兩種方法就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持武林網(wǎng)。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 高淳县| 广昌县| 凤凰县| 读书| 谷城县| 黑龙江省| 凤凰县| 济宁市| 奎屯市| 九寨沟县| 蕉岭县| 桃源县| 青州市| 石河子市| 台山市| 年辖:市辖区| 栾城县| 原阳县| 个旧市| 北辰区| 建湖县| 阜南县| 云安县| 卫辉市| 肇东市| 万盛区| 德阳市| 自治县| 南召县| 顺平县| 昭平县| 乌拉特前旗| 开封县| 东丽区| 祥云县| 梨树县| 武胜县| 交城县| 包头市| 两当县| 巫山县|