PW vergessen wird korrekt ausgeführt.

This commit is contained in:
ja
2021-10-06 09:06:13 +02:00
parent aa97daa486
commit a312562ffc
2 changed files with 16 additions and 21 deletions

View File

@@ -144,7 +144,7 @@
</tr>
<tr>
<td align="left" colspan="2">
<asp:LinkButton ID="LinkButton2" runat="server" target="_top" href="ForgotPW.aspx">Passwort Vergessen</asp:LinkButton>
<a ID="LinkButton2" runat="server" target="_top" href="ForgotPW.aspx">Passwort Vergessen</a>
</td>
</td>
</tr>
@@ -152,21 +152,7 @@
</LayoutTemplate>
</asp:Login>
</form>
</div>
<script type="text/javascript">
function bust3() {
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 = 'ForgotPW.aspx';
}
}
</script>
</div>
<script type="text/javascript">
function bust2() {
if (top.location == self) {