Tuesday, 17 September 2013

How to replace comma in textbox?

How to replace comma in textbox?

I have two textboxes, the textbox1 echo's value from database $row and
displays 1,900,200.00 on digit grouping. My textbox2 automatically copies
the exact value of textbox1 using javascript. What I want to do is to
replace the comma (,) in textbox2.

No comments:

Post a Comment