function domain_opt( temp1, temp2 )
{
if ( temp1 == "del" )
{
if ( confirm( "警告:此操作不可恢复!!您真的想删除此列表吗?" ) == false )
return;
document.form1.dmlname.value = temp2;
}
if ( temp1 == "add" )
{
if ( document.form1.dmlname.value == "" )
{
alert( "邮件列表名称不能为空!请重新填写!" );
document.form1.dmlname.focus();
return;
}
}
if ( temp1 == "dmlmodify" )
{
document.form1.dmlname.value = temp2;
}
document.form1.act.value = temp1;
document.form1.submit();
}
XMail Domain Info Manage Center
操作
邮件列表名称
包含邮件地址
邮件列表名称
263.net 公司版权所有
http://www.263.net
时间: 2024-10-25 16:50:30