i 有一个聊天窗口,有近 but(投入类型=图像)和浮标,希望将聊天窗口从母子中删除,并使用该代码。
closeBtn.setAttribute("onclick", "return closeContainer(cc" + friendId + ");");
请注意,通过javascipt建立了这一子,而cc223423432(say)将成为聊天窗口的id。
这里是我的法典。
function closeContainer(ccId) {
var x = ccId;
x.parentNode.removeChild(x);
//..........
}
now in IE8 and Chrome it finds the passed argument as HTMLDIV and works fine but in firefox it give an error cc223423432 is undefined any idea why???
i 知道,我总是能够做文件。 抵达 ElementByID, 然后予以撤销,但请说明是否有任何遗漏。