Linking to Another Website

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

Linking to Another Website

Richard Eng
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'.
 
Fill in the block...
 
Thanks,
Richard

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Linking to Another Website

Carl Gundel
>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'.
>
>Fill in the block...

Try:

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

-Carl Gundel
http://www.runbasic.com 


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Linking to Another Website

Philippe Marschall
In reply to this post by Richard Eng
2007/7/2, Richard K Eng II <[hidden email]>:
>
>
> 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
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Linking to Another Website

Richard Eng
Wow! That was easy. Thanks!

Richard


On 7/2/07 4:21 PM, "Philippe Marschall" <[hidden email]>
wrote:

> 2007/7/2, Richard K Eng II <[hidden email]>:
>>
>>
>> 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
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside