* Christopher Hart wrote: >There are also JavaScript engines available in C and Java >(SpiderMonkey and Rhino, respectively, available on mozilla.org). You >may be able to leverage those.
Though note that the engines alone won't help much here, you'd need an implementation of the various APIs the sites use aswell (e.g., the DOM APIs to manipulate the document). There are of course several such implementations available that interact well with the two engines, it might however be difficult to reuse them. -- Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
