Hi dolzenko,

If I understand, you extend the window1 with window2 object ???
Why not extending with static method, so event if a window is present
or not, the element is extend

--
david

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 prototype-scriptaculous@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to