nasmule Posted September 20, 2007 Share Posted September 20, 2007 Hello, I have built a contact form in Flash, where the information is sent to me via e-mail. Since Flash doesn't have the ability to send e-mail I have used a simple php file. The form is working fine and I get the info, however, after you press "send" a new browser window opens linking to the php file that it is linked to - the window is blank and I find it quite annoying (I'm sure the users will too) Is there any way that I can stop this page from opening up?? I know next to nothing about PHP (I'm learning though) so please go easy on the directions - just assume I know nothing. Thanks NAS Link to comment https://forums.phpfreaks.com/topic/70005-contact-form-flash-php/ Share on other sites More sharing options...
Jessica Posted September 20, 2007 Share Posted September 20, 2007 The code you're talking about is in flash. You need to have flash call the PHP file in the background instead of going to it. Check out kirupa it is a good site for flash. Link to comment https://forums.phpfreaks.com/topic/70005-contact-form-flash-php/#findComment-351594 Share on other sites More sharing options...
nasmule Posted September 20, 2007 Author Share Posted September 20, 2007 K, thanks. Wasn't sure if it was on the Flash or PHP side. If it's the Flash side. I'll figure it out Link to comment https://forums.phpfreaks.com/topic/70005-contact-form-flash-php/#findComment-351606 Share on other sites More sharing options...
Jessica Posted September 20, 2007 Share Posted September 20, 2007 you probably have getURL('url', '_blank', 'POST') in there somewhere or something like that. I think if you change '_blank' to just '' it does it in the background. Not sure if that's right but give it a shot. Link to comment https://forums.phpfreaks.com/topic/70005-contact-form-flash-php/#findComment-351613 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.