I want to sum two text input and show result in text field.
I use flash and as2.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you have any code to post showing effort?
Here are the things you should look at.
Validate text field 1 and 2 to ensure that only numbers are entered (look at “restrict”).
Convert your text to numbers (look at “Number()” and perform the math (text3.text = num1 + num2 then output it to another text area.
Awww heck… Im in a good mood this morning
Then just add a button with its onClick set to call addFields().
Next time, post some of the things you have tried and folks will generally be faster and more willing to help. Have a good one.