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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.