4
votes
Javascript Post Request like a Form Submit
If you have Prototype installed, you can tighten up the code to generate and submit the hidden form like this:
var form = new Element('form',
{method: 'post …
