Hi there everyone,
I have a problem that involves making a compound interest generator in Javascript. Thing is, I would like to make this a bit better and would like to add graphics to it.
Here is what I have so far: http://www.satellitecitytv.net/compound_interest.html
For example, I would like to add a bar chart that would show the interest growing each year that the money has been in the account, to what the user inputs in the "Years" box.
I know that I need a small (e.g. 5px x 1px) image in order for this to work which isn't a problem. I just need to figure out the code to put into the array loop. (if that makes sense!). I know this is possible but don't know how to execute it.
Also how do I make a message box that dissalows a user to input text into the fields?
Cheers guys,
Any help would be awesome.
Thank you
Jonathan


