From: Fred Date: 2008-04-25T01:25:14+09:00 Subject: Re: HTTP::Post - HTTP::Get (Can someone help me?) puts "#{res.code} #{res.message}\n" Gives me: 302 Found Avdi Grimm schreef: > I mean the HTTP status code - e.g. 302, 200, 404, etc. What is the > value of the response.code and response.message? > > On 4/24/08, Fred wrote: >> Avdi Grimm schreef: >>> On Thu, Apr 24, 2008 at 6:30 AM, Fred wrote: >>>> The First step is to insert javascript into PHP page. >>>> In puts res.body i can see if it works and it works. >>>> The second step is to activate the submit button from the first step, >> and >>>> this isn't working. >>> What status code is the second request returning? >>> >> Do you mean what he returns when i puts res.body? >> >> He doesn't output anything? >> >> >