Hi all,
I have a small ajax in my page that when user entered an English
word it populates the other input text field with different language translation.
An example Ajax response is:
GOOD!!BUENA!!BONNE!!好!!
If you paste the above line in a html file, it will show the correct translated words. But when I use javascript to retrieve the words and set the value for the input text field, the fourth word is always show 好 , not the actually word I would like user to see.
How should I fix it?
Thanks
Davidd
[ December 10, 2008: Message edited by: Davidd Smith ]