Miscellaneous

  Home arrow Miscellaneous arrow Page 4 - Creating a Mail Form with PHP and Flas...
MISCELLANEOUS

Creating a Mail Form with PHP and Flash
By: Codewalkers
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 43
    2002-05-25

    Table of Contents:
  • Creating a Mail Form with PHP and Flash
  • The Form
  • Text Fields
  • Buttons
  • More Buttons
  • On to the PHP Code
  • Finishing it off

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    Creating a Mail Form with PHP and Flash - Buttons


    (Page 4 of 7 )

    So we have created our text fields and given them names, what about our buttonsFirst of all lets look at our clear button.

    All I have done is create a simple button, and given it the following actions.

    on (release) {
    name = "";
    subject="";
    message="";
    email="";
    }

    Let's go through the code on (release)Perform these actions when this button is clicked then releasedname = "";subject="";message="";email="";The fields with the variable name above will have this value (empty) Ok lets have a look at the send button

    More Miscellaneous Articles
    More By Codewalkers

    blog comments powered by Disqus

    MISCELLANEOUS ARTICLES

    - Oracle Database XE: Indexes and Sequences
    - Modifying Tables in Oracle Database XE
    - Oracle Database XE: Tables and Constraints
    - More on Oracle Databases and Datatypes
    - Oracle Database XE Datatypes: Datetime and L...
    - Oracle Database XE Datatypes: Character and ...
    - From Databases to Datatypes
    - Firefox 3.6.6 Released with Improved Plug-in...
    - Attention Bloggers: WordPress 3.0 Now Releas...
    - Reflection in PHP 5
    - Inheritance and Other Advanced OOP Features
    - Advanced OOP Features
    - Linux from Scratch V.6.6 Review
    - Linux Gaining in Strength
    - Install Slackware on Your Old PC


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 9 - Follow our Sitemap