=》相关详细说明
西陆社区(。xilu。) 版权所有 点击此处申请在西陆开设讨论版块
返回顶部
function changeform(thisvalue)
{
postform。modeltype。value=thisvalue;
return 0;
}
var note_body;
note_body=parent。m_body+'1';
if (note_body'undefined1')
note_body='';
else
note_body=parent。m_body;
function document。onreadystatechange() {
mytext。document。open();
mytext。document。write(〃〃+note_body+〃〃);
mytext。document。close();
mytext。document。designMode='On';
}
document。write(〃〃);
function editinfo() {
if (postform。modeltype。value1)
{
postform。body。value=postform。content。value;
}
else
{
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。newpass。value'')
{alert('你没有输入附加码,请重新输入!');
return 0;}
if (postform。subject。value'')
{alert('你没有输入帖子标题,请重新输入!');
return 0;}
parent。m_body=postform。body。value;
postform。submit();
}