I want to be able to change some text numbers based on what the user inputs into a text input.
See mock up below:

So when the user types in the per hour box I want the per annum figure to change.
Is this possible? If so how?
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.
Yes. Yes, it is possible.
Set a handler on a textbox for the
changeevent, then multiply the textbox’s value by the required amount, and finally store the new value in the targetspanordiv(possibly using their.innerHTMLproperty).