Solved
Concat JavaScritp
Hi
how can i concatenate a string in javascript?
I used this:
<Where>
<condition expr = {"@ idEmail = '+ content. @ name +'"} />
</ Where>
it does not work
Abdelkarim
Hi
how can i concatenate a string in javascript?
I used this:
<Where>
<condition expr = {"@ idEmail = '+ content. @ name +'"} />
</ Where>
it does not work
Abdelkarim
Hi,
Use this like :
<Where>
<condition expr = {"@ idEmail = ' "+content. @ name+" ' "} />
</ Where>
Regards,
Kapil Sharma
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.