Arachne DGI like functionality in Links (Announce)
Say I have a local index html file like so
<a h ref="mem.bat">Find current system RAM</a>
<form method="get" action="save.bat">
<input type="text" name="name" value="user">
<input type="password" name="pword" value="123456789">
<button type="submit">Save</button>
</form>
Clicking the link, I want to call (like CGI or DGI) mem.bat (a batch file the runs mem /c/p and returns it as some html and have links render the results. Exactly how links interacts with a web site.
If I click the form's Save button, I want to call save.bat, pass it a string (as file or env var) of ?name=user&pword=123456789 and then return a response in html and have links render the results. Exactly how links interacts with a web site for a form.
Complete thread:
- Arachne DGI like functionality in Links - Oso2k, 18.07.2017, 08:19 (Announce)
- Arachne DGI like functionality in Links - ron, 20.07.2017, 02:16
- Arachne DGI like functionality in Links - Oso2k, 20.07.2017, 20:33
- Arachne DGI like functionality in Links - ron, 20.07.2017, 23:52
- Arachne DGI like functionality in Links - Oso2k, 21.07.2017, 03:22
- Arachne DGI like functionality in Links - ron, 20.07.2017, 23:52
- Arachne DGI like functionality in Links - Oso2k, 20.07.2017, 20:33
- Arachne DGI like functionality in Links - glennmcc, 21.07.2017, 05:29
- Arachne DGI like functionality in Links - ron, 20.07.2017, 02:16