Log in

View Full Version : Webpage Creation


Hade7x
Nov 7, 2009, 01:49 PM
Hi, I need major help in creating a webpage that lets a user enter as many values as they wish until the entry of 0. Then find the sum and the average of all the numbers and show sum and average on screen. :confused:

GrantHillsSA
Nov 7, 2009, 06:15 PM
Hi there

I don't think you can do calculations with plain HTML.

I think you should have some kind of scrips like Java, VB.

Check out - Calculation In Java : CalculationVelocityJava (http://www.java2s.com/Code/Java/Velocity/CalculationInJava.htm)

Cheers
Grant