that's a point, but as Jake and Yansky have pointed out, once the script is downloaded and executed it will have "done stuff" and "stored stuff in memory". Removing a script doesn't change anything.
Perhaps the question needs rephrasing... ...which will beg another question: what exactly does the script do/ store and what do you want to remove? On Apr 23, 7:53 am, Shawn <[EMAIL PROTECTED]> wrote: > If your script happend to be loading a specific object, you can just set > that object to an empty string or use the delete() function in native JS. > > Just a thought..... > > Shawn > > Yansky wrote: > > > What would be the point? The script would have already loaded. > > > cfdvlpr wrote: > > >> Is it possible to remove a script from a page dynamically?