[Seaside] WAAnchorTag>>newTarget / WAAnchorTag>>target:

Michel Bany michel.bany at gmail.com
Sat Jul 21 05:49:41 UTC 2007


On 20 Jul 2007, at 17:14 , Philippe Marschall wrote:

> 2007/7/20, John Thornborrow <john at pinesoft.co.uk>:
>> 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-world

They 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.




More information about the Seaside mailing list