i have the following script on a submit button in a flash file:
on(release){
userData = new LoadVars();
userData.liljohn = this._parent.liljohn.text;
userData.send(“http://www.conn-men.org/bios/thanks.php”, “POST”);
_root.bios.jjjboard.gotoAndStop(3);
}
the PHP works just as i want it to. The only problem is that when you click submit, thanks.php pops up in a new window as a blank page. I know there is a way to subvert this. Can anyone help?
Thanks