就是这个语句$('dialogCase') ? $('dialogCase').parentNode.removeChild($('dialogCase')) : function(){};
this.init = function()
{
$('dialogCase') ? $('dialogCase').parentNode.removeChild($('dialogCase')) : function(){};
var oDiv = document.createElement('span');
oDiv.id = "dialogCase";
if (!is_opera)
{
oDiv.innerHTML = sBG + sIfram + sBox;
}
else
{
oDiv.innerHTML = sBG + sBox;
}
document.body.appendChild(oDiv);
}