I am trying to fix a program with JavaScript and HTML for a website. The website is designed to type in a price and I want the page to accept commas. If you don’t type a comma and just type for example (2000) it will automatically put in a comma. I want to put in (2,000) and the comma to stay. Whenever I hit the save button the comma will go away. I have looked into general expressions and I am just stumped now. Any ideas? Thank You