Hi,
I have a form(form1.jsp) to get all my form data. then it will submit to form2.jsp. in the form, i have a string that i converted to its ASCII value when i submit this form. the convertion is done using javascript.
the problem is that, when it reaches form2.jsp, how do i convert the string of numbers back to the original string?
anyone please help?
thanks!
I have a form(form1.jsp) to get all my form data. then it will submit to form2.jsp. in the form, i have a string that i converted to its ASCII value when i submit this form. the convertion is done using javascript.
the problem is that, when it reaches form2.jsp, how do i convert the string of numbers back to the original string?
anyone please help?
thanks!