Änderung deer Strings welche dynamisch erzuegt wurden auf allen Seiten

This commit is contained in:
ja
2021-11-24 15:39:16 +01:00
parent 53c7b5842a
commit 11ca404f9f
21 changed files with 189 additions and 195 deletions

View File

@@ -15,7 +15,7 @@
<script type="text/javascript">
window.close();
<% If Not Page.Session("parentReload") Is Nothing Then%>
window.parent.location.href = "<%= Page.Session("parentReload")%>"
window.parent.location.href = "<%Response.Write(Page.Session("parentReload"))%>"
parent.TopUp.close()
<% End If %>