Hello, I am trying to use JavaScript action to write some description in Mendix. However, my description will stop showing anything after the “&” symbol. Here is my JavaScript action and the result I got. Does anyone knows how to display "&" symbol by using JavaScript action in Mendix? Thank you so much Here is my JavaScript action Here is my result. Everything that I type after the “&” symbol will not be shown
asked
I-Tai Lin
2 answers
6
Hi,
Use escape character %26 to display & symbol like %0D%0A.