yangmingjie65
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
Hi,
I wan to run javascript containing following code:
var test1="21.0507865" + "\t"+ "21.0400039"+ "\t" + "21.06445655" + "\n" +
"21.0107865" + "\t"+ "21.0200039"+ "\t" + "21.03445655" + "\n" +
"21.0707865" + "\t"+ "21.0800039"+ "\t" + "21.09445655" + "\n" +
"21.0607865" + "\t"+ "21.0600039"+ "\t" + "21.06445655"
So my data can display in a textarea like following
21.0507865 21.0400039 21.06445655
21.0107865 21.0200039 21.03445655
21.0707865 21.0800039 21.09445655
21.0607865 21.0600039 21.06445655
But when I paste my code in the RVSiteBuilder HTML edit window, “\” in my code was always deleted automatically, so my data can not be displayed normally. What should I do to avoid these kind things?
Thanks for your attention.
I wan to run javascript containing following code:
var test1="21.0507865" + "\t"+ "21.0400039"+ "\t" + "21.06445655" + "\n" +
"21.0107865" + "\t"+ "21.0200039"+ "\t" + "21.03445655" + "\n" +
"21.0707865" + "\t"+ "21.0800039"+ "\t" + "21.09445655" + "\n" +
"21.0607865" + "\t"+ "21.0600039"+ "\t" + "21.06445655"
So my data can display in a textarea like following
21.0507865 21.0400039 21.06445655
21.0107865 21.0200039 21.03445655
21.0707865 21.0800039 21.09445655
21.0607865 21.0600039 21.06445655
But when I paste my code in the RVSiteBuilder HTML edit window, “\” in my code was always deleted automatically, so my data can not be displayed normally. What should I do to avoid these kind things?
Thanks for your attention.