Subj : Update: Delphi routines for Mozilla javascript engine To : netscape.public.mozilla.jseng From : "Sterling Bates" Date : Wed Jul 16 2003 01:22 am I've made several bug fixes since the file released yesterday, and have created some easy-to-follow sample routines as well. The sample routines are primarily for my own reference, but for now you guys are welcome to them :-) All of the files you'll need (engine, headers, samples, etc) are at this URL: http://www.sterlingbates.com/delphi/jssamples.zip It now includes four routines which do the following: Call a function and receive an integer result Call a function and receive a string result Create a custom object, then set & get a property Create a custom object, add a native Delphi function to it, then call function Basically just create a project, include the jssamples.pas file, then call its four procedures. Let me know if there are any issues, Sterling .