I have some html files and there are java script functions in html files.
I have to call java script functions from Native C++ without touching the browser.
I don't have to use any frameworks and I can't use internet explorer under the my code because internet explorer doesn't support all java script functions.
So please give me a reasonable advise.