problem with russian coding and INPUT and JS

P

Pawel

http://www.alden.pl/lang_test.html

There are 2 inputs. Into first one I insert value by JS, into second
directly. The value is russian text in unicode. And in JS it's displayed
like without analizing the contens of inserted value. How to make input
think what and how to display?

PK
 
J

jojo

Pawel said:
http://www.alden.pl/lang_test.html

There are 2 inputs. Into first one I insert value by JS, into second
directly. The value is russian text in unicode. And in JS it's displayed
like without analizing the contens of inserted value. How to make input
think what and how to display?

PK
Try to write the characters in JavaScript with String.fromCharCode(CODE)
or type them directly instead of typing their HTML-entities

HTH, jojo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top