Forum Moderators: open
I found some code snippets that do it but i want to know what is the standard method to do it. Does everyone use some standard js libs? if yes then which one is recommended?
I read some arguments (efficency) about not using xml for sending from client to server, if the amount of data to send to server is large and divided in sections should i use xml or try plain text key-value pairs?
Thanks in advance