[Seaside] Re: external JavaScript

Yanni Chiu yanni at rogers.com
Fri May 13 02:30:15 CEST 2005


Guenther Schmidt wrote:
> 
> I need to insert
> 
>         <script src="http://www.xxx.com"> </script>
> 
> How can I insert such a link?

html attributeAt: 'src' put: 'http://www.xxx.com'.
html tag: 'script' do: ' '.



More information about the Seaside mailing list