![]() |
|
|
|||||||
| Tutorials This forum focuses on showing people how to do things in Delphi for PHP including step by step how-to guldes and screencasts etc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Not sure if this is the correct forum but here goes.
We all seem to have a need for a contact us page on our websites. Some to avoid spamrobots or for those who are using your site from behind a firewall that doesn't allow emails. This little demo pops up a qx.window and fills it with a qx.browserFrame which loads an external page that acts as the email sender. Quote:
Main program is the contactdemo.php and the fill is democontact.php If you have a favicon.ico on your site it will load it into the inner window. I think I coded everything self explanatory but if you have questions just ask. ![]() |
| Sponsored Links |
|
|
|
|||
|
Thanks for the routine 405hp
I'm not sure if I missed something, but I needed to set the ButtonType property of the "Contact Us" BitBtn to btNormal to make the popup window stay open. Before I did this, the window opened, but closed immediately when the contactdemo form submitted.
__________________
If it was too easy it would be no fun |
|
|||
|
Quote:
|
|
|||
|
Hi, 405hp
http://phpmailer.codeworxtech.com Which file should I download? PHPMailer v2.3 for PHP5/6 ? or PHPMailer v5.0.0 ? Can U tell me? |
|
|||
|
Quote:
But I did not find "class.phpmailer.php" in version 5.0.0, then I try to use PHPMailer v2.3 for PHP5/6 , this code is ok?: PHP Code:
the program was carried out, but I was not able to exchange emails. error message: Could not instantiate mail function Do you know why? Last edited by kaku137; 25th May 2009 at 07:49. |