Änderung login
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user