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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email Submit

Status
Not open for further replies.

brcoulam

Technical User
Joined
Oct 5, 2006
Messages
1
Location
US
I have created an fla file that has the first frame as an email submission form. All I want is for a user to put his email in and click a button, me get the email address and for him to gain access to the site. But I want it so it will validate the email, as I dont wanna any bogus emails and after he/she has put his/her email in I want it to continue on to the next frame(home). I am lost and need help with this. If anyone could help me I would be so greatful. Thank you for your time!
 
There are many ways to validate email address. The neatest way is to use Regular Expression, and in Flash 9 (ActionScript 3) finally you can use RegExp class.

But for now the easiest way is to do a series of simple tests to see if the address has the correct format, as described in here:
<
Kenneth Kawamoto
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top