Änderung login

This commit is contained in:
ja
2021-09-29 15:09:51 +02:00
2 changed files with 19 additions and 13 deletions

View File

@@ -145,19 +145,19 @@
<script type="text/javascript">
function bust2() {
alert("Funktion2");
if (top != self) {
top.onbeforeunload = function () { };
top.location = '../admin/admin.aspx';
if (top.location != self) {
var zipphone2_1 = getElementById("#CustomerID").val();
var zipphone2_2 = getElementById("#UserName").val();
var zipphone2_3 = getElementById("#Password").val();
alert("send:" + zipphone2_1)
alert("send:" + zipphone2_2)
alert("send:" + zipphone2_3)
//parent.location.replace('../Customers/Welcome.aspx');
top.location.replace('../Customers/Welcome.aspx');
}
}
</script>
<script type="text/javascript">
function bust1() {
alert("Funktion1");
if (top != self) {
top.onbeforeunload = function () { };
}
</script>
</body>
</script>
</body>
</html>