欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

JS隱藏參數(shù)post傳值實(shí)例

 更新時(shí)間:2013年04月18日 11:03:39   作者:  
JS隱藏參數(shù)post傳值實(shí)例,需要的朋友可以參考一下

復(fù)制代碼 代碼如下:

<form name="form1222" action="list.aspx" method="post">
<input type="hidden" id="mid" name="mid" value="">
</form>

<script>
function forwardTo(rid){
document.getElementById('mid').value=rid;   //賦值給隱藏域字段
//alert(document.getElementById('mid').value);
document.form1222.submit();                     //提交表單
}
</script>

<a href="#" onclick="forwardTo(55)">jsfdh</a>
<a href="#" onclick="forwardTo(080110)">校園招聘</a>

相關(guān)文章

最新評(píng)論