[Seaside] liveAction using existing method

John Pierce john.raymond.pierce at gmail.com
Thu Jun 30 04:06:23 CEST 2005


Hi WIlliam,

I believe modern browsers do no automatically execute scripts injected into 
the browser page using the DOM. You would have to run an eval on these new 
scripts to get them to execute. In the LiveWeb add-on for Seaside I handled 
this exact issue. Let me know if you need any other advice.

Regards,

John

On 6/29/05, William E Harford <seaside at harford.org> wrote:
> 
> anchorWithAction:liveAction:text: overrides the onClick callback of the
> calling anchor.
> 
> Is there anyway to execute more JavaScript for the onClick callback of
> the anchor after the liveAction is done?
> 
> I tried using h script: 'alert(''IEEEEEE!!'');'. within the liveAction
> block but sadly that JavaScript does appear in the live action page but
> is never executed.
> 
> On a side note ...
> This Listserv and the people on it is simply amazing. I have not seen
> this sort of helpfulness, thoughtful discussion, genuine interest , and
> kindness (particularly from the lead developers) in a discussion group
> in many years. I thought the days of these sort of groups were gone. I
> guess I have been subscribed to the wrong Listservs.
> 
> Thanks Will
> --
> William E Harford <seaside at harford.org>
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
> 



-- 
It's easy to have a complicated idea. It's very very hard to have a simple 
idea. -- Carver Mead
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20050629/36538139/attachment.htm


More information about the Seaside mailing list