I am new to javascript and i have a requirement as follows:
I have a varchar field for eg., 1234567890. I want to replace 1 with 2, 2 with 3.. 9 with 0..0 with 1 and so..
How can i do this using javascript..
Can anybody please post some code for doing this..
I have a varchar field for eg., 1234567890. I want to replace 1 with 2, 2 with 3.. 9 with 0..0 with 1 and so..
How can i do this using javascript..
Can anybody please post some code for doing this..
Comment