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

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

时间:2015-12-31 12:10:41      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:

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提交表单

标签:

原文地址:http://www.cnblogs.com/bhlsheji/p/5090956.html

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