I ran in to something similar, ended up having to lift out the essential functions for the "in new window" function into a separate class for it to work in IE. Ugly as hell but it was the only way.
On 11 Sep, 09:00, dolzenko <[EMAIL PROTECTED]> wrote: > Say we have two windows. Window2 operates (and extends) some element > from Window1. > Then Window2 is reloaded and tries again to operate on Window1 > element, which fails with "Can't execute code from a freed script" > error in IE. > That behaviour probably makes sense, as element in Window1 was > extended from now "absent" (after reloading) part of script in > Window2. > > So how do I deal with this? Should I somehow "force" element extending > from reloaded window? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
