TextArea Problem - Forum

Forum Navigation
You need to log in to create posts and topics.

TextArea Problem

I have a string like this:"x = {-b \pm \sqrt{b^2-4ac} \over 2a}."

I put this string in intial-value of  VisualNEO Web textArea.

but when I run it in a browser, it displayed without backslash in textArea, like(x = {-b pm sqrt{b^2-4ac} over 2a}.)

How can I solve this problem?

Uploaded files:
  • You need to login to have access to uploads.

@asmat, take a look here please:

https://stackoverflow.com/questions/2668544/javascript-a-backslash-as-part-of-the-string

asmat has reacted to this post.
asmat