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