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

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to