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{
...
}
|
Results 1 to 3 of 3
Thread: closing the window after mailingThreaded View
|
Click Here to Expand Forum to Full Width |