Login Prüfung wurde umgebaut
This commit is contained in:
@@ -145,23 +145,18 @@
|
||||
<script>
|
||||
function bust1() {
|
||||
if (top != self) {
|
||||
var s1 = getElementById("#CustomerID").val()
|
||||
var s2 = getElementById("#UserName").val()
|
||||
var s2 = getElementById("#Password").val()
|
||||
sessionStorage.setItem("usrnm", s1)
|
||||
sessionStorage.setItem("psw", s2)
|
||||
sessionStorage.setItem("Kdnnr", s3)
|
||||
window.top.postMessage(getElementById("#CustomerID").val(),'*')
|
||||
window.top.postMessage(getElementById("#UserName").val(), '*')
|
||||
window.top.postMessage(getElementById("#Password").val(), '*')
|
||||
|
||||
top.location.replace('../Customers/Welcome.aspx');
|
||||
}
|
||||
}
|
||||
function bust2() {
|
||||
if (top != self) {
|
||||
var s1 = getElementById("#CustomerID").val()
|
||||
var s2 = getElementById("#UserName").val()
|
||||
var s2 = getElementById("#Password").val()
|
||||
sessionStorage.setItem("usrnm", s1)
|
||||
sessionStorage.setItem("psw", s2)
|
||||
sessionStorage.setItem("Kdnnr", s3)
|
||||
window.top.postMessage(getElementById("#CustomerID").val(), '*')
|
||||
window.top.postMessage(getElementById("#UserName").val(), '*')
|
||||
window.top.postMessage(getElementById("#Password").val(), '*')
|
||||
top.location.replace('../admin/admin.aspx');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user