I need to post/send some XML from one web page to my server. How could I do this?
And, yes, I do need to do this using nothing but pure Javascript.
Any suggestions?
|
I need to post/send some XML from one web page to my server. How could I do this? And, yes, I do need to do this using nothing but pure Javascript. Any suggestions? |
|||||||||
|
|
For example
|
||||
|
|
|
You can do this 1 of two ways.
The first option is the modern way, and the preferred way these days. My suggestion is to use a library like jQuery, which will make this a trivial matter using |
|||
|
|
|
Here is what I believe to be a good tutorial for learning AJAX link (Note: AJAX means Asynchronous JavaScript and XML and is pure Javascript.) |
|||
|
|