On 20 Jul 2007, at 17:14 , Philippe Marschall wrote:
> 2007/7/20, John Thornborrow <
[hidden email]>:
>> Hello all,
>>
>> Given these messages are considered deprecated, what is everyone
>> using
>> in their place?
>
> They were deprecated because they are deprecated in HTML which means
> you are not allowed to use them in strict mode. There is no
> replacement. The W3C standpoint no this to let the user decide where
> to open a link.
>
See
http://www.sitepoint.com/article/standards-compliant-worldThey recommend the following for achieving newTarget while remaining
strict:
html anchor
url: ... ;
relationship: 'external';
with: ... .
html script: 'externalLinks()'.
All the necessary javascript for supporting the above is available since
Seaside2.7a1-mb.142.
Enjoy,
Michel.
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside