Algernon83
Programmer
I need to submit the data from a form to another page via an XMLHttpRequest object, but I'm hard-pressed to find an easy way. To I really have to build a query string by iterating over every element in the form, or is there a simple way to POST this information?