help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Iliad - redirect to an URL like 'http://smalltalk.g


From: Nicolas Petton
Subject: Re: [Help-smalltalk] Iliad - redirect to an URL like 'http://smalltalk.gnu.org'
Date: Thu, 25 Jun 2009 10:22:02 +0200

Le jeudi 25 juin 2009 à 00:35 +0200, Joachim Jaeckel a écrit :
> Hello Nico,
> 
> how could I implement a link to an external URL?

Hi,

e anchor
        text: 'Gnu Smalltalk website';
        href: 'http://smalltalk.gnu.org'


If you want to use a redirection, you can use in an action for example:

self redirectTo: 'http://smalltalk.gnu.org'

HTH,

Nico

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée


reply via email to

[Prev in Thread] Current Thread [Next in Thread]