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 @@