You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
K
Send Button Actions:
onClipEvent (load)
{
this.t.v = _root.contacts_txt9;
}
on (rollOver)
{
this.gotoAndPlay("s1");
}
on (rollOut)
{
this.gotoAndPlay("s2");
}
on (release)
{
_parent.loadVariables("mail.php", "POST");
_parent._parent.gotoAndStop(2);
}