Hi, I have the following problem to solve: In my embeded code (C/C++) in need to be able to call a function (I know the name and parameters for the function) in a javascript that is "running" on the loaded web page. I have seen refernses to JS_CallFunctionName in nsDOMClassInfo.cpp (I think that JS_CallFunctionName is an API into the SpiderMonkey javascript engine?) and I think that this is the function I would need to use. Is this the right function to use for what I'm trying to accomplish? Is there a way to get access to this function from my embeded code?
Thanks, Andreas.
