[Seaside] Linking to Another Website

Philippe Marschall philippe.marschall at gmail.com
Mon Jul 2 20:21:41 UTC 2007


2007/7/2, Richard K Eng II <richard.eng at rogers.com>:
>
>
> A newbie question:
>
> How do you cause an anchor to link to another website? That is to say, for
> example:
>
>     html anchor callback: ["somehow link to http://myspace.com"] with:
> 'MySpace'.

html anchor
   url: 'http://myspace.com';
   with: 'MySpace'

> Fill in the block...
>
> Thanks,
> Richard
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the Seaside mailing list