Logo

Home | Audio | DIY | Guitar | iPods | Music | Brain/Problem Solving | Links| Site Map

This work is licensed under a Creative Commons License.

Close Window Javascript

To close your "Multimedi Window" you will need to insert the two segments of code into your program. Just copy and past the two segments below.

This part is inserted directly after the </head>

<script>
function closeWindow(){
window.opener = top;
window.self.close();
}
</script>

You will create a link: Close Window

In the Link dialog box you will insert: javascript:

closeWindow();

 

Home | Audio | DIY | Guitar | iPods | Music | Links | Site Map | Contact

Top

Creative Commons License