在弹出的页面中执行关闭当前页面操作

var index = parent.layer.getFrameIndex(window.name);
parent.layer.close(index);

你可能感兴趣的:(在弹出的页面中执行关闭当前页面操作)