Subj : Create Vars from C To : netscape.public.mozilla.jseng From : Frank Luctos Date : Thu Mar 24 2005 06:09 pm Hi, Can anyone tell me how I can create an object in my C code that is visible inside a JavaScript? To explain, lets say I want a variable called "MyVar" inside my JavaScript that points to an object I've created. What SpiderMonkey API's do I have to execute in the C code to make that MyVar available inside a particular script? Thanks in advance, Frank .