Hello, I've coded one page of .html script and few .js scripts. Basically, its a small html site but I want to launch it as a .exe How do i convert the main HTML page into .exe including the js files in order for the site to work? Any suggestions are much appreciated, thanks. Jav
There are some tools to convert php files to exe, that is possible. But HTML and JS to exe isnt possible.
Lol yeah like above html is for websites and stuff. You can't really execute one unless you make one of those files that you click to open your browser and it goes to the saved website
You cant convert like that, instead of that you need to code in programming languages like Visual Basic, C, C++, C# that can generate executable files. Try coding something basic for starters...
i lol'd. Why don't you explain your reasoning behind wanting to do the above, and we may be able to reply with a suitable answer. However, I am unable to think of any reasons you would want a HTML file to be executable... :\
Maybe he is trying to move to Mars and the Martians won't allow him to come until he solves this problem? In other words, they gave him an impossible task rather than hurt his feelings by telling him "No."
i think isn't impossible, but most compressed at an zip, 7z files then make compiler package from windows programs, if you want search at the google has been many tutorial to created that. see more at google using "compile html to exe" keywords. good luck!
Html is markup language not programming language so you cant do what you want. Just use .net or php or other any language then you can able to play with .exe file.