diff --git a/WebContent/AppMain/ModifyPassword.jsp b/WebContent/AppMain/ModifyPassword.jsp index 336494df3..167599c86 100644 --- a/WebContent/AppMain/ModifyPassword.jsp +++ b/WebContent/AppMain/ModifyPassword.jsp @@ -44,10 +44,14 @@ window.open("<%=sWebRootPath%>/index.html","_top"); <%}else{%> showMessage("ÃÜÂëÐ޸ijɹ¦!"); + setTimeout(function(){ + parent.AsDialog.ClosePage(true);}, 1000); + <%}%> } } + function showMessage(src){ var o = document.getElementById("message"); if(o.flag) window.clearTimeout(o.flag);