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