This commit is contained in:
jomjol
2020-08-23 20:15:11 +02:00
parent 34dde05741
commit 78e3256493
6 changed files with 1473 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
</tr>
<tr>
Result:<p>
<iframe name="maincontent" id ="maincontent" src="" title="fileserver" allowfullscreen></iframe>
<iframe name="result" id ="result" src="" title="fileserver" allowfullscreen></iframe>
</tr>
</table>
@@ -35,8 +35,8 @@ function setprevalue() {
var inputVal = document.getElementById("myInput").value;
inputVal = inputVal.replace(",", ".");
_value = "/setPreValue.html?value="+inputVal;
document.getElementById('maincontent').src = _value;
location.reload();
document.getElementById('result').src = _value;
// location.reload();
}
</script>