var note_body;
note_body=parent.m_body+'1';
if (note_body=='undefined1')
note_body='';
else
note_body=parent.m_body;
function document.onreadystatechange() {
YInitialized = true;
var i, s, curr;
for (i=0; i"+note_body+"
");
mytext.document.close();
mytext.document.designMode='On';
}
document.write("<"+"/script>");
function editinfo() {
if (bTextMode)
postform.body.value=mytext.document.body.innerText;
else
postform.body.value=mytext.document.body.innerHTML;
parent.m_body=postform.body.value;
if (postform.nickname.value=='' || postform.passwd.value=='')
{alert('你没有输入代号或密码,请重新输入!');
return 0;}
if (postform.subject.value=='')
{alert('你没有输入帖子标题,请重新输入!');
return 0;}
parent.m_body=postform.body.value;
postform.submit();
}