Subj : interpreting but not executing javascript To : netscape.public.mozilla.jseng From : Béatrice Philippe Date : Fri Nov 05 2004 12:08 pm Hello ! i'm still trying to understand how js engine works. In my C++ app, my need is : 1) when there is a window.open (or window.href.location) statement in a script, if i call (execute) this script, Mozilla will load the new url asked by window.open. I wonder if i can ask js engine to interpret the script and retrieve the value of "window.open..." statement after interpretation, but not execute the script ? 2) if i ask the js engine to execute a script that modifies the Dom (we assume here the script doesn't load any new url), i feel it's client-side change. So is it possible to retrieve the new Dom modified ? Thank you ! -- Béatrice Philippe beatrice.derbez.bd@wanadoo.fr .