Änderung deer Strings welche dynamisch erzuegt wurden auf allen Seiten
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
<% 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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user