Script Reihenfolge in Tabellen Radio Button abfrage geändert. Post-Message wird nun ausgesendet bei Senden.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user