Re: [nodejs] Submitting a form

2013-08-14 Thread Mark Hahn
Just use a normal html form and POST it back. I use formidable on the server side to receive the contents but there are other modules to choose from. On Tue, Aug 13, 2013 at 9:49 PM, Adrian Berg wrote: > I have successfully requested a page with the http module. There is a form > I'd like to fil

[nodejs] Submitting a form

2013-08-13 Thread Adrian Berg
I have successfully requested a page with the http module. There is a form I'd like to fill out on the page, how do you fill it out and then send it back to the server? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidel