[Seaside] Anchor, url and a callback...

Cédrick Béler cbeler at enit.fr
Tue Aug 22 16:43:22 UTC 2006


Hi

I have a link to an external page and I'd like to assign a variable when 
the link is hitten.

What I did is:

html anchor
         callback: [waitFlag:= true];
         url: 'http://217.167.210.130/carto/sup_georef_enit.php?_k='
            , (html context request at: '_k') , '&_s='
            , (html context request at: '_s') , '&lang=2';
         with: 'Positionnez l''événement...'.


but it seems the callback is not done (or maybe #url: is transformed 
into a callback ??)

Can you help me to make it work...

thx
Cédrick



More information about the Seaside mailing list