I will apologize up front. I have no knowledge of writing Javascripts. I can use them if somebody writes them for me, but that's it. I've created a simple form dealing with money. I have different text boxes for the user to enter a number based on what type of currency it is.
In the left column, they will enter a number. I would like for the right column to be calculated from that. However, the currency amount (ie. 100, 50, 20, etc) isn't a text field. It is simply text that entered in another program. What I'm looking for is a way to do this without having to make the currency amounts a text field. Something along the lines of X*100=.
If you can give any help or suggestions, I would greatly appreciate it.
Thanks.