How do I call a Lua script from an HTML5 script/file/page
I want to create web pages with dynamic content. I have an HTML page, and I want to call a lua script from it
How do I invoke the lua script?
?
?Retrieve data from it? Can I do something like:
int xx = 0;and have any hope that
xxwill be123when the script exits?Replace the current web page with the content generated by the lua script.