Hi,
I want to open a local html file in a browser window on the click of a button.
I have tried run JavaScript "myFunction(window.open('run.html'));"
I want to be able to do this when exporting C2 to a nodejs file type. This is so that my user is choosing a local html5 file they want to run locally.
It would be kind of like a html5 player utilizing the nodejs runtime like a virtual server.