You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
341 B

if (Editor_bIsIE5){
var IframeID=frames["Editor_Composition"];
}
else{
var IframeID=document.getElementById("Editor_Composition").contentWindow;
var Editor_bIsNC=true;
}
if (Editor_bLoad==false)
{
Editor_InitDocument("Body","GB2312");
}
function InitDocument()
{
IframeID.document.body.innerHTML=EditorName.value;
EditorName.value="";