Archive for June, 2008
Formatting percentages with Javascript
June 27th, 2008My current project has several pages where I need to grab values from textboxes, calculate a percentage, and then display the percentage in a label. So I needed to write a Javascript function to do that.
As always, I relied on Google, as I’m not a Javascript expert, and find it easier to start with other [...]