Änderungen
This commit is contained in:
@@ -32,7 +32,7 @@ Partial Class CustomsAviso
|
||||
If Not csm1.IsStartupScriptRegistered(cstype, "Startup") Then
|
||||
Dim string1 As String = "<script language=\""JavaScript\"">"
|
||||
string1 += "</"
|
||||
string1 += "window.addEventListener('beforeunload', (event) => {"
|
||||
string1 += "window.addEventListener('onunload', (event) => {"
|
||||
string1 += " event.preventDefault();"
|
||||
string1 += "event.returnValue = '';"
|
||||
string1 += "script>"
|
||||
@@ -46,6 +46,8 @@ Partial Class CustomsAviso
|
||||
Page.MaintainScrollPositionOnPostBack = True
|
||||
normaltable.EnableViewState = True
|
||||
|
||||
|
||||
|
||||
If rbt_Alle.Checked = True Then
|
||||
lbl_von.Visible = True
|
||||
lbl_bis.Visible = True
|
||||
|
||||
@@ -34,9 +34,13 @@
|
||||
<asp:UpdatePanel ID="panelupdate1" runat="server"><ContentTemplate>
|
||||
<!-- Webiste-Content-->
|
||||
|
||||
|
||||
|
||||
<div id="containerseiterand" style="margin-left:auto;margin-right:auto">
|
||||
<div class="container-fluid">
|
||||
<div id="cont1">
|
||||
<asp:HiddenField ID="hidField" ClientIDMode="Static" runat="server" />
|
||||
|
||||
<h1>Rechnungen</h1>
|
||||
<div id="line" style="width:92%;"></div>
|
||||
<br />
|
||||
|
||||
@@ -26,6 +26,7 @@ Partial Class Customers_Default3
|
||||
Else
|
||||
lbl_status.Text = "Dieser Bereich ist nicht gestattet! Ein Fehler ist bei der Validierung der ID aufgetreten! Bitte erneut versuchen!"
|
||||
End If
|
||||
Dim confirmValue As String = hidField.Value
|
||||
'Script für Schließen wirklich verlassen Meldung auf der Masterseite für diese Seite zu registrieren und nicht ueberall
|
||||
Dim csm1 As ClientScriptManager = Page.ClientScript
|
||||
Dim cstype As Type = Page.GetType
|
||||
|
||||
Reference in New Issue
Block a user