Subj : Delphi developers: headers for Mozilla JS engine To : netscape.public.mozilla.jseng From : "Sterling Bates" Date : Sat Jul 12 2003 11:59 am I have a mostly-completed interface for Mozilla's javascript engine. The links for both (unit & engine) are at the bottom. It's ready for most operations with the functions that I've translated to Delphi, but it does need some work. It includes a routine that demonstrates the bare minimum of interacting with the engine. You will likely require familiarity with the engine and/or C++ (to go read it yourself) since there's nothing yet by way of helpful comments for beginners. I'm certainly interested in getting help from other developers who can round out the portions that I'm unable to at this point. I don't plan to keep any of it to myself, this can be very useful for those who want true JS interactivity in their programs. (A Kylix guy could probably port this pretty quickly too, I imagine.) This is far superior to the MS scripting engine, IMHO. Delphi source: http://www.sterlingbates.com/delphi/jsdecl.zip Engine DLL: http://www.sterlingbates.com/delphi/js32.zip (If the server becomes unavailable, contact me offlist. Remove "*nospam*" from email address.) Take care, Sterling .