window.open 以post方式传递参数示例代码_javascript技巧
程序员文章站
2022-05-11 11:24:54
...
复制代码 代码如下:
//打开新页面并利用post方式传递参数
function openNewPageWithPostData(postAddress,opentype,paramNames,paramValues)
{
var newWindow = window.open(postAddress,opentype);
if (!newWindow)
{
return false;
}
var postDataHtml="";
postDataHtml = postDataHtml + "