PW vergessen wird korrekt ausgeführt.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user