From: Fred Date: 2008-04-25T16:55:09+09:00 Subject: Re: HTTP::Post - HTTP::Get (Can someone help me?) 7stud -- schreef: > Fred wrote: >> i can't follow you: >> >> Do you mean, that there can not be an submit button on a php page? >> >> 7stud -- schreef: > > Here's the deal. You can make requests to urls. Then a response will > be sent back. There are no submit buttons: there are only urls and > requests. So, you need to figure out what url you want to send a > request to. If you send a request to that url and you don't get the > response you want, then you either have a problem with your request, or > there is a problem on the server side. Thanks for explanation Sorry, but i still don't understand. In the first step when i do an HTTP:Post.new, i can change the behaviour of the php page, that he inserts some stuff and submit an button, i can see that when i call puts res.body. My problem is that after the first step, i have again an submit tbutton that i want to activate.