verbesserungen
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
<authentication mode="Forms">
|
<authentication mode="Forms">
|
||||||
<forms defaultUrl="admin/admin.aspx" loginUrl="login/Login_FLEX.aspx" slidingExpiration="true" timeout="2880" />
|
<forms defaultUrl="admin/admin.aspx" loginUrl="login/Login_FLEX.aspx" slidingExpiration="true" timeout="2880" />
|
||||||
</authentication>
|
</authentication>
|
||||||
<sessionState mode="InProc" timeout="2880" cookieless="true" regenerateExpiredSessionId="true" compressionEnabled="true" />
|
<sessionState mode="InProc" timeout="2880" cookieless="true" regenerateExpiredSessionId="true" compressionEnabled="false" />
|
||||||
<httpRuntime requestValidationMode="2.0" targetFramework="4.7" />
|
<httpRuntime requestValidationMode="2.0" targetFramework="4.7" />
|
||||||
|
|
||||||
<pages validateRequest="false" controlRenderingCompatibilityVersion="4.0" />
|
<pages validateRequest="false" controlRenderingCompatibilityVersion="4.0" />
|
||||||
|
|||||||
@@ -144,7 +144,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
function bust1() {
|
function bust1() {
|
||||||
if (top != self) {
|
if (window.top.location != window.location) {
|
||||||
var zipphone1_1 = getElementById("#CustomerID").val();
|
var zipphone1_1 = getElementById("#CustomerID").val();
|
||||||
var zipphone1_2 = getElementById("#UserName").val();
|
var zipphone1_2 = getElementById("#UserName").val();
|
||||||
var zipphone1_3 = getElementById("#Password").val();
|
var zipphone1_3 = getElementById("#Password").val();
|
||||||
@@ -155,19 +155,18 @@
|
|||||||
/*window.top.postMessage(getElementById("#CustomerID").val(),'*')
|
/*window.top.postMessage(getElementById("#CustomerID").val(),'*')
|
||||||
window.top.postMessage(getElementById("#UserName").val(), '*')
|
window.top.postMessage(getElementById("#UserName").val(), '*')
|
||||||
window.top.postMessage(getElementById("#Password").val(), '*')*/
|
window.top.postMessage(getElementById("#Password").val(), '*')*/
|
||||||
|
parent.location.replace('../Customers/Welcome.aspx');
|
||||||
top.location.replace('../Customers/Welcome.aspx');
|
//top.location.replace('../Customers/Welcome.aspx');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function bust2() {
|
function bust2() {
|
||||||
if (top != self) {
|
if (window.top.location != window.location) {
|
||||||
var zipphone2_1 = getElementById("#CustomerID").val();
|
var zipphone2_1 = getElementById("#CustomerID").val();
|
||||||
var zipphone2_2 = getElementById("#UserName").val();
|
var zipphone2_2 = getElementById("#UserName").val();
|
||||||
var zipphone2_3 = getElementById("#Password").val();
|
var zipphone2_3 = getElementById("#Password").val();
|
||||||
alert("send:" + zipphone2_1)
|
alert("send:" + zipphone2_1)
|
||||||
alert("send:" + zipphone2_2)
|
alert("send:" + zipphone2_2)
|
||||||
alert("send:" + zipphone2_3)
|
alert("send:" + zipphone2_3)
|
||||||
top.location.replace('../admin/admin.aspx');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user