From: Michael Wiebusch Date: Mon, 5 Aug 2013 15:08:38 +0000 (+0200) Subject: added runtime textfield X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2d5cd10bf4aa5f8d85cbaa6ec5ae80056f7c7fdf;p=mvdsensorcontrol.git added runtime textfield --- diff --git a/tools/testgui.js b/tools/testgui.js index f4a66df..9f0e198 100644 --- a/tools/testgui.js +++ b/tools/testgui.js @@ -25,7 +25,8 @@ function run(time) { getdata("testgui.pl?action=showPlot&sensorId=",previewAreaIdHash[sensorId],true); } - getdata("run.pl","theConsole",false); + var time_= encodeURIComponent(time); + getdata("run.pl?runtime="+time_,"theConsole",false); for( var sensorId in previewAreaIdHash){ // alert(laufid+" => "+previewAreaIdHash[laufid]);