首页 > 代码库 > 前台技术--通过javaScript提交表单

前台技术--通过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=http://www.mamicode.com/'"+getCookie("username")+"' />");>