|
|
|
|
@ -585,7 +585,7 @@ function submitForm(obj) { |
|
|
|
|
var iLeft = (window.screen.availWidth - iWidth) / 2; //获得窗口的水平位置
|
|
|
|
|
var showInfo = window.open (urlStr,name, "status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=0,titlebar=no,height="+ iHeight+",width="+iWidth+",innerHeight="+iHeight+",innerWidth=" +iWidth+",left="+iLeft+",top="+iTop,false); |
|
|
|
|
|
|
|
|
|
showInfo.focus(); |
|
|
|
|
// showInfo.focus();
|
|
|
|
|
/*obj.submit();*/ |
|
|
|
|
ajaxSubmit2(obj); |
|
|
|
|
} |
|
|
|
|
@ -606,7 +606,7 @@ function submitForm1(obj) { |
|
|
|
|
var iLeft = (window.screen.availWidth - iWidth) / 2; //获得窗口的水平位置
|
|
|
|
|
var showInfo = window.open (urlStr,name, "status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=0,titlebar=no,height="+ iHeight+",width="+iWidth+",innerHeight="+iHeight+",innerWidth=" +iWidth+",left="+iLeft+",top="+iTop,false); |
|
|
|
|
|
|
|
|
|
showInfo.focus(); |
|
|
|
|
// showInfo.focus();
|
|
|
|
|
/*obj.submit();*/ |
|
|
|
|
ajaxSubmit(obj); |
|
|
|
|
} |
|
|
|
|
@ -678,7 +678,7 @@ function afterSubmit(FlagStr, content) { |
|
|
|
|
var iLeft = (window.screen.availWidth - iWidth) / 2; //获得窗口的水平位置
|
|
|
|
|
var showInfo = window.open (urlStr,name, "status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=0,titlebar=no,height="+ iHeight+",width="+iWidth+",innerHeight="+iHeight+",innerWidth=" +iWidth+",left="+iLeft+",top="+iTop,false); |
|
|
|
|
|
|
|
|
|
showInfo.focus(); |
|
|
|
|
// showInfo.focus();
|
|
|
|
|
} else { |
|
|
|
|
var urlStr = "../common/jsp/MessagePage.jsp?picture=S&content="+ encodeURIComponent(content); |
|
|
|
|
//showModalDialog(urlStr,window,"status:no;help:0;close:0;dialogWidth:550px;dialogHeight:250px");
|
|
|
|
|
@ -689,7 +689,7 @@ function afterSubmit(FlagStr, content) { |
|
|
|
|
var iLeft = (window.screen.availWidth - iWidth) / 2; //获得窗口的水平位置
|
|
|
|
|
var showInfo = window.open (urlStr,name, "status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=0,titlebar=no,height="+ iHeight+",width="+iWidth+",innerHeight="+iHeight+",innerWidth=" +iWidth+",left="+iLeft+",top="+iTop,false); |
|
|
|
|
|
|
|
|
|
showInfo.focus(); |
|
|
|
|
// showInfo.focus();
|
|
|
|
|
|
|
|
|
|
location.href = "./LSQuotETQueryInput.jsp?IsHealthy="+IsHealthy; |
|
|
|
|
}
|
|
|
|
|
|