Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

email form from CD

Status
Not open for further replies.

law78

Technical User
Apr 23, 2004
78
GB
Hi people,

I have burnt a Flash site to CD for a client, everything works fine except the email form, it links to a php file located online using the following code attached to thesubmit button:

on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables(" "POST");
}

But it doesn't seem to do anything, can anyone help me out?

Thanks
 
I have chickened out and just put a mailto: for now....

Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top