Creating a hotlink in Squeaklet

Bert Freudenberg bert at impara.de
Thu Jul 28 08:43:11 UTC 2005


Am 28.07.2005 um 09:42 schrieb Rudolf Coetsee:

> Hi
>
> I am trying to create a hotlink inside a squeaklet that will launch  
> a new
> browser window which will navigate to the URL indicated by the link.
>
> The only way I can think of doing this is to activate a javascript  
> function
> from within the squeaklet, which means I have to somehow register a  
> callback
> to the function when the squeaklet is loaded into the browser window.
>
> Does anyone know how this may be accomplished?

FileStream requestURL: 'http://squeakland.org/' target: '_blank'

- Bert -




More information about the Squeak-dev mailing list