Hi all,
looking for ideas.
I have a small form that is created in html. Because I can not host this “web-site” on our corporate site. So I would like to send this over to couple of people. Normally I would just sent the folder with all files attached to the index.html form and done.
But I am looking for a more “fancy” way of providing this. I though about 2 ways:
1. Complile a exe that would open a portable web-browser application that than would open that specific html.
2. Complile exe with script that opens local webbrowser and browsed to the html kept inside the exe.
Does this makes sense or its possible? If so, anyone knows how to achieve it?
Thanks