Close layer

function   closeBox () {
        var index = parent . Layer . getFrameIndex ( window .name) ; // get the current window index
 parent . Layer .close (index) ; // Close executed
 }          
Close executed successfully refresh the page
window.parent.location.href = window.parent.location.href;


Published 55 original articles · won praise 31 · views 80000 +

Guess you like

Origin blog.csdn.net/zengfanwei1990/article/details/79159618