Hello Everyone,
I need the mail.php scirpt for the submit button on our website. The ActionScript code is listed below:
on (rollOver){this.gotoAndPlay(“s1”);}
on (releaseOutside, rollOut){this.gotoAndPlay(“s2”);}
on (release) {
_parent.t1_2 = “Your full name:”;
_parent.t2_2 = “E-mail address:”;
_parent.t3_2 = “Your telephone:”;
_parent.t4_2 = “Message:”;
_parent.loadVariables(“mail.php”,“POST”);
}
Please help. Bless you!