Now i have a form on my webpage. What i really want to do is have input text then have a special javascript not using php that automaticly mails it to my account. OR, I learned how when someone types a name in my text field, it jumps to frame 10 and says "Welcome " +message in the action script, or Welcome (your name) on the screen. Instead of it saying Welcome and (Your Name) i want it to do this mailto:admin@clanaks?subject=Try-Outs&body= {+message}
NOTE: Where it says +message is where i want the text fields to go.