We're a community of 1.1M IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,080,680 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

help

please i need to do a table in a form in wich a customer input his values and operations are calculated automatically (see picture), i am bad in javascript, can anyone help me.

[IMG]http://img11.hostingpics.net/pics/920763plan.jpg[/IMG]
http://img11.hostingpics.net/pics/920763plan.jpg
the customer input the 5 first values: monthly income, number for the 1st year, the second year the third year and the 4th year.
the total of each column must be calculated automatically, and the amount of the yearly income must be calculated automatically for each year (monthly income x number of the 1st year, monthly income x number in second year,...)

please help me
and thanks in advance

3
Contributors
5
Replies
2 Weeks
Discussion Span
1 Year Ago
Last Updated
6
Views
riadh13
Newbie Poster
3 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

bad in javascript? do you have experience in other technologies? javascript is not the only way to do so.
start your function using the onclick, and use the getElement("elementId").getValue() methods to retrieve the values of your input fields.
when you've completed your mathematical operation(s), just use getElement("elementID").setValue(resultOfCalculation)

I'm not sure if it's get/setValue(), since I don't really use javascript that often, it's possible that it 's get/setText()

stultuske
Industrious Poster
4,496 posts since Jan 2007
Reputation Points: 1,377
Solved Threads: 630
Skill Endorsements: 25

There are no getElement(), get/setValue() or get/setText methods in javascript.

document.getElementById('elementId').value

Also look at using the onchange event. You could also use the output form element, however it is not supported yet by IE. http://www.w3schools.com/html5/tag_output.asp

Please try writing some code and when you get stuck, ask for help with exactly what you are stuck on.

stbuchok
Practically a Posting Shark
883 posts since May 2011
Reputation Points: 138
Solved Threads: 124
Skill Endorsements: 2

as I said, I don't use javascript very often, I just knew it's something similar to that :)

stultuske
Industrious Poster
4,496 posts since Jan 2007
Reputation Points: 1,377
Solved Threads: 630
Skill Endorsements: 25

i can't find how
who has an example please

riadh13
Newbie Poster
3 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

up up

riadh13
Newbie Poster
3 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page generated in 0.0807 seconds using 2.8MB