Ho questo codice che in teoria, se il form è andato a buon fine, dovrebbe riportare l'utente alla home page. Invece lo riporta ancora nella finestra popup dalla quale lui ha inviato il form
Codice che fa aprire il popupCodice PHP:$meta .= "<META http-equiv=\"REFRESH\" content=\"2; url=http://sito.it\">";
Codice PHP:function guest() {
window.open('http://sito.it/form.php','guestbook','scrollbars=1,toolbar=0,location=0,directories=0,statusbar=0,menubar=0,left='+((screen.width-800)/2)+',top='+((screen.height-480)/2)+',resizable=0,width=800,height=555');
}

Rispondi quotando