im using the function mail() to send an email to someone

I want to close the window after sending the email.

PHP Code:
if(mail("$to","$subject","$message","$header"){
close the window
}
else{
...