$_POST 取值有关问题 求解

WBOY
Release: 2016-06-13 13:00:07
Original
792 people have browsed it

$_POST 取值问题 求解
window.opener.document.getElementById('mzrui_abcd').className = 'copyimages';

var str = 'dee[]" />'+lang[31]+'

 $_POST 取值有关问题 求解

';


var node = window.opener.document.createElement('span');
node.className='copyimagess';
node.innerHTML = str;
window.opener.document.getElementById('mzrui_abcd').appendChild(node);

谁知道我用动态添加的内容我 $_POST['dee'] 怎么是NULL

不是用js添加的我var_dump($_POST) 都有内容出来
------解决方案--------------------
1、确认弹出窗口没有被拦截
2、确认 id 为 mzrui_abcd 的节点在表单中
3、确认这段代码中涉及的变量有值
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template