Hi, I'm working on a contact form in a flash website and everything works great
except for the fact that everytime I send the contacting form information
(variables send using LoadVars) to the php script, it opens up a new browser
window, with the address of the php script itself in the address bar. I'm
using the POST method to send the variables. I dont want it to open up a new
browser window. I just want it to send it to the php script without any
interruptions.
MotionMaker - 29 Jan 2007 19:04 GMT
No whitespace (space, enter, tab) in the PHP script before or after the PHP tags
Perry - 27 Feb 2007 11:45 GMT
use sendAndLoad() instead of send()
perry
andrew329 schrieb:
> Hi, I'm working on a contact form in a flash website and everything works great
> except for the fact that everytime I send the contacting form information
[quoted text clipped - 3 lines]
> browser window. I just want it to send it to the php script without any
> interruptions.