Vikash Kumar wrote: >> There are a few ways of doing this <I am on hurry now to elaborate>, if >> your are on windows watir[1] can help you out doing the login stuff, may >> the tricky part is how to get the data, but I am sure there is a method >> which allows you to extract the hole HTML >> >> >> http://wtr.rubyforge.org/ >> >> $rm rm >> .rb > > I am working on windows platform, I tried a lot to first log in to a web > page then go to some desired page to get some data from it, but unable > to do it. > > Anyone's help will be appreciated. > Thanks > Vikash Try a combination of WWW::Mechanize (gem install mechanize), and Hpricot (gem install hpricot). -- Posted via http://www.ruby-forum.com/.