呼び出し
SelectEraser("OEditBlog13_3", this)
function SelectEraser(strFlash, objName) {
FlashObj(strFlash).Erase();
var oElement = document.getElementById("ColorButton").getElementsByTagName("td");
for(var nCnt = 0; nCnt < oElement.length; nCnt++) {
oElement.item(nCnt).style.backgroundColor = "#ffffff";
}
objName.style.backgroundColor = "#3399ff";
}
Firebug lite でコメントをチェックするも、いまだ Erase メソッドは未実装
console.dir(document.getElementById("OComment7"))
|
|
【つぶやきの最新記事】






