Subj : Re: calling a javascript function from a C++ app To : netscape.public.mozilla.jseng From : Shanti Rao Date : Mon Oct 18 2004 09:40 am http://www.mozilla.org/js/spidermonkey/apidoc/jsguide.html > Hello ! > after a web page loaded, my c++ application analyses the Dom. Some href > links look like this : > "..." > > Because the above link is in javascript, i'd like to call the javascript > function "DisplayPopUp" with its arguments > in my c++ application, in order to resolve the href. > > I had a look in the "javascript reference implementation" on the mozilla web > site and i didn't understand all of the document. > I saw i could execute a script ... but i don't know how to call a javascript > function in my C++ app. > > Any idea ? > > The last question : is there any way to simulate a javascript "onclick" > event ? > > Thank you. .