<input class="btn btn-lg btn-success btn-block" id="signin" name="accept" type="submit" value="Benutzer anmelden">
window.location = 'http://'+getURLparams()['redirurl']+'?refresh';
/** *login anonymous, only applicable when server is configured without authentication*/ [.....]
<div class="alert alert-warning"><strong>Error:</strong> Fehler bei der Anmeldung. Bitte überprüfen sie Benutzername und Passwort.</div>
// redirect on successful login[.....] } else { $("#errorMSGtext").html("authentication failed"); $("#alertMSG").removeClass("hidden"); window.location = 'https://foo.foobar.de:8080/error.html'+'?rediurl='+getURLparams()['redirurl']; }[.....]
/*** logon action 2 - Voucher*/ $("#signin2").click(function (event) { [.....] data:{ user: $("#inputVouchername").val(), password: $("#inputVoucherpassword").val() }[......]
<label for="inputUsername" class="sr-only">Benutzer Login</label> <input name="auth_user" type="text" id="inputUsername" class="form-control" placeholder="Benutzername" required autofocus> <input name="auth_pass" type="password" id="inputPassword" class="form-control" placeholder="Passwort" required> <input class="btn btn-lg btn-success btn-block" id="signin" name="accept" type="submit" value="Benutzer anmelden"> <p></p> <p> bla bla bla Text Text </p> <label for="inputVoucher" class="sr-only">Vouchercode</label> <input name="auth_voucher_user" id="inputVouchername" type="text" placeholder="Voucher Name" class="form-control"> <input name="auth_voucher_pass" id="inputVoucherpassword" type="password" placeholder="Passwort" class="form-control"> <input class="btn btn-lg btn-success btn-block" id="signin2" name="accept" type="submit" value="Vouchercode anmelden">
window.location = 'https://foo.foobar.de:8080/error.html'+'?rediurl='+getURLparams()['redirurl'];
window.location = 'https://foo.foobar.de:8080/error.html'+'?redi____r___url='+getURLparams()['redirurl'];
console.log(myVarName)
alert('hallo')
window.location = 'https://foo.foobar.de:8080/error.html'+'?rediurl='+getURLparams()['rediurl'];
@ne0h tut mir wirklich leid aber das sind böhmische Dörfer für mich leider. Ich versteh schon was du meinst, aber ob ich das so umgesetzt krieg... puhh
Mein persönlicher Ansatz wäre, sich vom einfachsten Fall langsam hoch zu arbeiten. Also erst Mal das nehmen, was funktioniert. Und dann Schrittweise das hinzufügen, was Du benötigst und dabei in jedem Zwischenschritt prüfen, ob Dir ein Fehler auffällt.