博客
关于我
读取文章框中的值,并提交到不同的页面
阅读量:395 次
发布时间:2019-03-04

本文共 198 字,大约阅读时间需要 1 分钟。

<script type="text/javascript">

function tj(url)
{  
    for (i=1;i<=<%=request("m")%>;i++)
 {
   alert(document.getElementById("x"+i).value);
 }
document.form1.action=url;
document.form1.submit();
}
</script>

转载地址:http://zpje.baihongyu.com/

你可能感兴趣的文章
NFV商用可行新华三vBRAS方案实践验证
查看>>
ng build --aot --prod生成文件报错
查看>>
ng 指令的自定义、使用
查看>>
ng6.1 新特性:滚回到之前的位置
查看>>
nghttp3使用指南
查看>>
【Flink】Flink 2023 Flink 自动化运维的大规模落地实践
查看>>