Sorry for the cross-post, but I don't know which is the right group for this question. I have some JScript macros that I execute inside of my MFC/C++ Windows program by calling CoCreateInstance(CLSID_JScriptEngine, ...,
Is it possible to run scripts that are have their source-code embedded in web-pages directly from the web-pages as has always been the convention, or must they now be compiled into MSIL first?