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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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. 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.