Subj : help needed : want to intereact from java script to C ++ and vice versa . To : netscape.public.mozilla.jseng From : nilesh_son@rediffmail.com (Nilesh) Date : Wed Jan 15 2003 12:51 am Dear All , I am creating an application which is embedding mozilla's gecko engine into it. In this application I have also used the Winembed (unsupported embeding example) given with the mozilla . Now I am reading an html page on the browser which has three divs .it has a structure which will have outline as ---------------------------- nav buttons | ---------------------------- | renderer | Table | | of content | | ----------------------------- In the navigation button div I have some buttons on the click of which I wish to call some C++ functions of 'my code'( not mozilla code) . These functions will be supplied some strings from javascript running on this function . And in return These functions will return a string which will be rendered on the renderer div . My problem is 1. I am not able to get connectivity from javascript to c++ and vice versa . Has anyone done this . If yes please explain how to do this . 2. Also please tell me if It is possible to get js to c++ connectivity without using Xpconnect . Thanks in advance Manoj Khunte .