Subversion Repositories DevTools

Rev

Rev 5506 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5957
Line 16... Line 16...
16
<!--#include file="common/formating.asp"-->
16
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/qstr.asp"-->
17
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/common_subs.asp"-->
18
<!--#include file="common/common_subs.asp"-->
19
<%'Refresh parent window after the child window is closed
19
<%'Refresh parent window after the child window is closed
20
If QStrPar("refresh") = "true" Then
20
If QStrPar("refresh") = "true" Then
-
 
21
   Call Destroy_All_Objects
21
   Response.Redirect( scriptName &"?done=done"& QSTR)   ' Note: "done" parameter is required as QSTR cannot stant on its own.
22
   Response.Redirect( scriptName &"?done=done"& QSTR)   ' Note: "done" parameter is required as QSTR cannot stant on its own.
22
End If
23
End If
23
%>
24
%>
24
<%
25
<%
25
'------------ ACCESS CONTROL ------------------
26
'------------ ACCESS CONTROL ------------------
Line 104... Line 105...
104
</table>
105
</table>
105
<!-- FOOTER -->
106
<!-- FOOTER -->
106
<!--#include file="_footer.asp"-->
107
<!--#include file="_footer.asp"-->
107
</body>
108
</body>
108
</html>
109
</html>
109
<%
-
 
110
Call Destroy_All_Objects
-
 
111
%>
-