[Seaside] Dynamically updating a WEB page

Lukas Renggli renggli at gmail.com
Wed Mar 15 18:49:24 UTC 2006


> Is this where I need to write javascript?

You don't have to write JavaScript, let Seaside do it for you:

Clock>>renderContentOn: html
   html paragraph
      script: (html periodical
         frequency: 60
         on: [ :r | r render: Time now ])

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list