Slide 14
Slide 14 text
4. Email Form
• Add Labels, Input Fields,
Textarea + Scrollbar, Send
Button
• Name the Input Fields, Textarea
& Button
• ActionScript:
send_btn.onRelease = function () {
sendForm ();
}; //similar to javascript:
onClick=“func();”
• Create PHP file