Re: prevent "can't execute code from freed script"
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: prevent "can't execute code from freed script"

From: LV_Indy <lvetter@escient.com>
Date: Thu Jun 30 2005 - 16:31:39 CEST

Hahn's description was exactly right. Sounds like you must be using
frames as well and the script you are trying to access isn't available
anymore because something got loaded in its place. Safest way is to
load all code that needs to stick around either in the frame that
accesses it or in a frame that never changes src. If you can figure
out which peice of code is missing then I would put it into a frame
that never changes src because if you have more than 2 frames, it could
be 2 of the non-visible frames trying to communicate between each other
and then putting it in the visible frame might not do the trick.
Received on Mon Oct 24 02:13:02 2005