When I submit my basic form from the html file, it gives me the option to save the exe
I just want the exe to run instead. (To re-populate the template html file)
What do I need to do to just run the exe once the form is submitted?
<form action="Lib.exe" method=POST ID="Form1">
Enter Index to DELETE<br>
<input type=text name="user" ID="Text1">
<input type=submit value="DELETE">
</form>
我正在运行一个网络服务器。HTML 文件和 .exe 文件都在运行网页文件的目录中。
任何帮助都是受欢迎的。
谢谢。