|
Hi
I need to call _javascript_ function in my C
program.
I can execute a _javascript_ in my
C application but I need to call a script function
in my C application.
Script that I am using is given below
fun1()
{
return 1;
}
fun2()
{
return 2;
}
fun2();
In my C program I need to call fun1().
Is there any way to call fun1() from
my C application.
I already had a look on Embedding Tutorial on
mozilla web, but did not understand the
document.
Thanks
Sachin Gahlaut
|
