Forum Moderators: open
On the site we present a report card on the company's performance such as: "Customer service is our priority" and then we have a textbox, asking users to enter a percentage score of how well we've done on this. So:
1) User A enters a number percentage (eg 33)
2) This number is added to other users' scores (eg 33 + 45 + 100)
3) An average percentage of all the users' scores is calculated (including the new user A's)
4) This average percentage is returned to user A
My JavaScript level is basic.
Hope you can help.
Cheers, Maynard.
EDIT: I've just realised! I will repost in PERL/CGI forum!