码迷,mamicode.com
首页 > 编程语言 > 详细

前台技术--通过javaScript提交表单

时间:2014-07-29 13:08:36      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:javascript

window.location=pp+"?username="+getCookie("username")+"&userid="+getCookie("userid");

替换


document.write("<form action="+pp+" method=post name=formx1 style='display:none'>");
document.write("<input type=hidden name=username value='"+getCookie("username")+"' />");
document.write("<input type=hidden name=userid value='"+getCookie("userid")+"' />");
document.write("</form>");
document.formx1.submit();



前台技术--通过javaScript提交表单,布布扣,bubuko.com

前台技术--通过javaScript提交表单

标签:javascript

原文地址:http://blog.csdn.net/gaopeng0071/article/details/38259481

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!