Feb. 26, 2010
3:40 p.m.
On Feb 26, 2010, at 4:22 PM, Mariano Martinez Peck wrote:
On Fri, Feb 26, 2010 at 11:35 AM, Steve Graham <jsgrahamus@yahoo.com> wrote: I'm a newbie to Smalltalk, but not to programming.
I'm trying to get a web page using an example from Squeak and Pharo (which I have loaded on my machine):
" HTTPSocket httpShowPage: 'http://www.altavista.digital.com/ index.html' "
use another server :-) the digital is dead :-) HTTPSocket httpShowPage: 'heise.de' Works here. But: this method is kind of useless, as it just dispays the html by doing: (StringHolder new contents: doc) openLabel: url. We should remove that method. Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.