Script Reihenfolge in Tabellen Radio Button abfrage geändert. Post-Message wird nun ausgesendet bei Senden.

This commit is contained in:
ja
2021-09-29 09:29:21 +02:00
parent 1737f4c336
commit 727e261a1b
4 changed files with 27 additions and 42 deletions

View File

@@ -616,23 +616,8 @@
alert('Strg+D wurde gedrückt');
//topup
}
}
</script>
<script type="text/javascript">
$(document.ready(() {
var x = window.frame1.zipphone1_1;
alert(x);
var y = window.frame1.zipphone1_2;
alert(y);
var z = window.frame1.zipphone1_3;
alert(z);
var x = window.frame1.zipphone2_1;
alert(x);
var y = window.frame1.zipphone2_2;
alert(y);
var z = window.frame1.zipphone2_3;
alert(z);
}));
</script>
}
</script>
</body>
</html>