poMONKey Posted April 13, 2007 Share Posted April 13, 2007 hola, I have a php mail form that loads a "thank you" page when its submitted correctly... I want that "thank you" page to be a pop up window... // Result options $header[0]=""; $footer[0]=""; $error_page[0]=""; $thanks_page[0]="thank_you_mailing.html"; not sure how to add to that last line to make a pop up happen... TIA p0 Link to comment https://forums.phpfreaks.com/topic/46880-pop-up-window-from-a-php-mail-form/ Share on other sites More sharing options...
StormTheGates Posted April 13, 2007 Share Posted April 13, 2007 Do you want an actual popup? Because you might need to use Javascript or Ajax for that. Link to comment https://forums.phpfreaks.com/topic/46880-pop-up-window-from-a-php-mail-form/#findComment-228551 Share on other sites More sharing options...
HeyRay2 Posted April 13, 2007 Share Posted April 13, 2007 PHP cannot create popups. That needs to be done with JavaScript. This link makes popup creation pretty simple: http://javascript.internet.com/generators/popup-window.html Link to comment https://forums.phpfreaks.com/topic/46880-pop-up-window-from-a-php-mail-form/#findComment-228554 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.