Start here: Good intro to Squeak Networking is the Networking Squeak chapter from the Squeak NuBlue book: http://stephane.ducasse.free.fr/FreeBooks/CollectiveNBlueBook/parsia%202.pdf
And then I would check out Albatross, which is a Squeak framework for testing websites (including exercising Javascript). Here is a PDF intro: scg.unibe.ch/archive/projects/Brue06a.pdf Google Squeak Albatross for more info. --David Mitchell blog: http://www.withaguide.com On Tue, Dec 22, 2009 at 8:04 AM, DUFOUR, Stephan (ext.) <stephan.dufour.prestata...@sfr.com> wrote: > Hi, > > I have several Urls, each giving me a piece of information. > I want to write some code that gathers these pieces of information and make > a display of the whole situation. > > The principle is: I send a request to one URL then parse the result and make > a new request to another URL using the parsed result. > > I need some code that somehow mimic a human behaviour: it should > 1) go to a URL and get the content (easy part) > 2) go to a URL and retrieve some session ID then make a more > elaborated request (POST, GET, or even trigger some Javascript) > > Stephan > > > > _______________________________________________ > Beginners mailing list > Beginners@lists.squeakfoundation.org > http://lists.squeakfoundation.org/mailman/listinfo/beginners > > _______________________________________________ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners