From: Maps Date: Tue, 1 Aug 2023 20:18:38 +0000 (+0200) Subject: add input for filename X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=29d36a6948b977cf8dea830aed18dec6d49220cd;p=mimosis_chain.git add input for filename --- diff --git a/http/htdocs/setreg.htm b/http/htdocs/setreg.htm index 1cf9381..44783e9 100644 --- a/http/htdocs/setreg.htm +++ b/http/htdocs/setreg.htm @@ -93,7 +93,9 @@

DAC Control

- FPGA  Download + FPGA   + Download +
VCASP
VCASNA
VCASNB
@@ -122,6 +124,9 @@ document.getElementById("DownloadLink").href="getdacfile.pl?"+document.getElementById("fpga").value; getData("getdac.pl?"+document.getElementById("fpga").value,"",showDacs); } + function setfilename() { + document.getElementById("DownloadLink").download=document.getElementById("filename").value; + } function showDacs(s) { vals = s.split("-");