Änderungen

This commit is contained in:
ja
2021-11-05 16:56:25 +01:00
parent 0ffc0e750e
commit 8aafa962c5
3 changed files with 10 additions and 3 deletions

View File

@@ -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,7 +46,9 @@ Partial Class CustomsAviso
Page.MaintainScrollPositionOnPostBack = True
normaltable.EnableViewState = True
If rbt_Alle.Checked = True Then
If rbt_Alle.Checked = True Then
lbl_von.Visible = True
lbl_bis.Visible = True
valDateRange_1.Enabled = True