dialog窗口关闭方法

来源:互联网 发布:期货下单软件 编辑:程序博客网 时间:2024/04/30 09:54

 

只需一句代码就可以实现:frameElement.lhgDG.cancel();

<script type="text/javascript">
    function closeWind() {
        //window.close();  无效
       // $('#test1').dialog('close'); 无效
       frameElement.lhgDG.cancel();
    }
</script>