Hello I'd like to ask a question to those who experimented with Spidermonkey. Basically what I need to do is to process .js files that are downloaded from a website, run them and figure out the http get requests they may generate. So for example if a page generates a menu on the fly by using javascript code to assemble the URLs, I'd like to be able to get the same javascript from inside my app, run it and find out these URLs.
Is this something that can be accomplished with Spidermonkey, has it been done somewhere else? Naturally Mozilla does this but, is there a lightweight way without actually rendering anything to get just the generated URLs? Thank you for helping Al _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
