Hello folks; i'm new with ruby and coding just for fun. i just found WWW::Mechanize and i loved it at the first time, There is my question: i'm connecting to a web site, logging in. website redirects me to new pages and mechanize deals with all cookie and redirection jobs. bu i cant get the last page. i used firebug and did same job again and saw that there are two more pages i had to pass with Mechanize. i take a quick look to the pages and saw that there is some javascript&html code but couldn't understand (it doesn't look like normal page codes) :( what are those pages for? how they can redirect to other pages. what should i do to pass these?
excuse my english please :( thanks for every answer.