Anche utilizzando jquery la musica non cambia:

codice:
    jQuery('#closeWindow').click(function (e) {
        e.preventDefault();


        self.opener = self;
        self.close();
    });
Scripts may close only the windows that were opened by it

Aiutatemi, sto impazzendo!