On Feb 28, 3:20 am, Ashu <ashay.n...@gmail.com> wrote:
> Hi,
> As I am Newbie to ruby and after doing enough research to resolve my
> problem, I have discovered that I can try to do a HTTP POST or GET.
>
> Can anybody suggest provide me a directive in this regard
> Thanks!

I have tried several times to parse this and make sense of it..  I am
unable to understand what you are asking for help with.

A HTTP GET is the natural request created when you simply navigate to
a page.

An HTTP POST is sending more info to the server, so there must be a
way to provide that info (typically a form on the page) along with a
way to indicate when the user is ready to send it (typically a
'submit' button on the same page).  Although there are lots of other
ways to generate these requests via client side coding in javascript,
ajax, whathaveyou..

To get more specific help than that, you will need to rephrase your
question such that people can tell what it is you need help with

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to