如题
win = new Ext.Window({
    title: "add script",
    id: 'winScript',
    width: '70%',
    param: param,
    height :Ext.getBody().getHeight() - 65,
    maximizable: true,
    modal: true, 
    closable: true,
    html: "<iframe width='100%' height='100%' frameborder='0' src='taf_uploadScript.action'></iframe>",
    listeners: {
        'beforeclose': function(p) { 
            p.param.getStore().reload();
        }
    }
});if(result){
alert("上传成功");
//要在这里关闭
}