Hello world!

 

function Ok() 
{ 
    if(GetE('txtCode').value == '') 
    { 
        alert("代码内容不能为空!"); 
        return false; 
    } 
    oEditor.FCK.InsertHtml( document.getElementById("lblCode").innerHTML ) ; 
    return true ; 
} 

posted on 2010-08-31 17:35  才君  阅读(74)  评论(0编辑  收藏  举报

导航