From 22bc933a2595e927631b211d985739496b71ba03 Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 30 Nov 2021 15:40:41 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20Doppelklick=20nicht=20n=C3=B6ti?= =?UTF-8?q?g=20durch=20entfernene=20des=20Response-Write=20in=20.aspx=20Se?= =?UTF-8?q?ite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/CustomsAviso.aspx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx index 74f3f46..29a9b7e 100644 --- a/Customers/CustomsAviso.aspx +++ b/Customers/CustomsAviso.aspx @@ -102,7 +102,7 @@ } }); $(function () { - $('<%Response.Write(btn_Auftraege.ID)%>').click(function (e) { + $('<%=btn_Auftraege.ID%>').click(function (e) { window.onbeforeunload = null; }); }); @@ -149,7 +149,7 @@
-

<%Response.Write(Server.HtmlEncode("Auftrags-Suche"))%>

+

Auftrags-Suche

@@ -199,7 +199,7 @@ <%Dim jetzt = DateTime.Now.Date %> - +
@@ -229,7 +229,7 @@