How do i display numerical (esp. monetary figures)input as digit grouped input and still derive the actual value while posting to a database
i.e ONE MILLION = 1,000,000 yet post to the db 1000000.
Also how do i write a function that can clear out all input contents in a form (editboxes, list boxex etc)
i.e ONE MILLION = 1,000,000 yet post to the db 1000000.
Also how do i write a function that can clear out all input contents in a form (editboxes, list boxex etc)