( function() {
var _oMainWin = getTop().getMainWin(),
_sMainWinLoc = _oMainWin.locations.href,
_msgTxtObj = getTop().S("msg_txt", window),
_bIsShowVerifyFrame = (getTop().QMDialog && getTop().QMDialog("QMVerify"))|| typeof(bVerifycode)!="undefined";
if(!_msgTxtObj || getTop().trim && getTop().trim(_msgTxtObj.innerText || _msgTxtObj.textContent) == "[发送错误报告]")
{
return;
}
_msgTxtObj.innerHTML = getTop().filteScript( _msgTxtObj.innerHTML );
if (window["misslist"])
{
if (atype=="fw")
{
var infos = misslist;
}
else
{
var infos = _oMainWin.QMAttach.getInfoUid(misslist);
}
getTop().confirmBox( {
msg : getTop().TE(['以下%@%if(%type%=="fw")%@%附件提取失败%@%else%@%%len%个附件上传失败%@%endif%@%,请删除后重试:
',
'%@%for(%list%)%@%',
'',
'%@%evals subAsiiStr(%name%,%_root_.width%,"...",1)%@%',
'; ',
'%@%if(%_root_.len%<5)%@%
%@%endif%@%',
'%@%endfor%@%'], '%').replace( {
type : atype,
len : infos.length,
width : infos.length < 5 ? 40 : 15,
list : infos
} ),
title : "失败信息",
confirmBtnTxt : "重试",
cancelBtnTxt : "取消",
onreturn : function(_abIsOk) {
if (_abIsOk)
{
_oMainWin.fireMouseEvent(_oMainWin.SN("sendbtn")[0], "click");
}
else
{
E(infos, function(_aoInfo) {
_oMainWin.delAttach(_aoInfo.id);
});
}
}
} );
}
else if( !isMainFrameError ) {
if (!bIsDiskPanelFrame || window.name != "keepSession")
{
getTop().msgBox(null, fsuccesss, true, 5000, null, window);
}
}
try {
getTop().errorProcess(
getTop().extend({title : "cgi exception",appname : "ftnDownload302",errcode: "-2",errmsg: " \x3cscript\x3egetTop().locations.href=\x22/cgi-bin/loginpage?s=session_timeout\x26from=\x26r=fc79ca58b06862d4ed8328d45d711e27\x22;\x3c/script\x3e"},
{
winname : window.name,
winid : window.id
})
);
}
catch( e ){}
} )();
网站地图