Subj : [SpiderMonkey] General question
To : netscape.public.mozilla.jseng
From : ma2thieul
Date : Tue Jun 29 2004 06:50 am
Hello!
First, excuse my English but I'm French. If you do not manage to
understand me, I hope this post will make you laugh! :D
So, I'm a novice in mozilla and SpiderMonkey. I just have few
questions that must be easy to you.
I am making a C++ program that looks some HTML pages. In these pages,
it may have javascript code and I would like that my C++ program
compile/interprete this code to traduce it into HTML. For example, I
have:
document.write('
)
and I want to obtain:
Is it possible by using the SpiderMonkey functions? Do you know
examples of similar codes?
Thank you a lot for having read this post! I hope that you have
understood!
Ma2thieu
.