non chiude, il codice è questo:
codice:
<script type="text/javascript">
function about_us()
{
 mywindow = window.open('http://html.it','prova','');
}
function abouti_us()
{
top.close();
}
</script>
<input type="button" value="Apri" onclick="about_us()"/>
<input type="button" value="Chiudi" onclick="abouti_us()"/>
ovviamente è solo una prova