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

View File

@@ -56,4 +56,10 @@ Partial Class login_login_TEST
End Using End Using
End Using End Using
End Sub End Sub
Protected Sub LoginButton_Click(sender As Object, e As EventArgs)
End Sub
End Class End Class