Iliad - redirect to an URL like 'http://smalltalk.gnu.org'

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Iliad - redirect to an URL like 'http://smalltalk.gnu.org'

Joachim Jaeckel
Hello Nico,

how could I implement a link to an external URL?

Thanks in advance,
Joachim.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Iliad - redirect to an URL like 'http://smalltalk.gnu.org'

Nicolas Petton
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


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

signature.asc (204 bytes) Download Attachment