Problem in update Sharepoint List

L

lior

My InfoPath form contain Javascript code that update specific SharePoint list.

My code contain this part:

xmlDoc += "<Batch>";
xmlDoc += "<Method ID='1' Cmd='New'>";
xmlDoc += "<Field Name='Title'>" + idNode.text +"</Field>";
xmlDoc += "<Field Name='×©× ×¤×¨×˜×™'>" + fnNode.text +"</Field>";
xmlDoc += "</Method>";
xmlDoc += "</Batch>";

as you can see I update 2 culomns in the list ; the problem is that the
seconde culomn's name is in Hebrew and the code can not read it!!!!!

Before I change all my culomns names to english, I want to know how can I
fix it????
 

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

Top