标签: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
原文地址:http://blog.csdn.net/gaopeng0071/article/details/38259481