Subversion Repositories DevTools

Rev

Rev 5514 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5514 Rev 5962
Line 15... Line 15...
15
<!--#include file="common/globals.asp"-->
15
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/formating.asp"-->
16
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/common_subs.asp"-->
17
<!--#include file="common/common_subs.asp"-->
18
<%'Refresh parent window after the child window is closed
18
<%'Refresh parent window after the child window is closed
19
'If QStrPar("refresh") = "true" Then
19
'If QStrPar("refresh") = "true" Then
-
 
20
'   Call Destroy_All_Objects
20
'	Response.Redirect( scriptName &"?done=done"& QSTR)	' Note: "done" parameter is required as QSTR cannot stant on its own.
21
'	Response.Redirect( scriptName &"?done=done"& QSTR)	' Note: "done" parameter is required as QSTR cannot stant on its own.
21
'End If
22
'End If
22
%>
23
%>
23
<%
24
<%
24
'------------ ACCESS CONTROL ------------------
25
'------------ ACCESS CONTROL ------------------
Line 132... Line 133...
132
</table>
133
</table>
133
<!-- FOOTER -->
134
<!-- FOOTER -->
134
<!--#include file="_footer.asp"-->
135
<!--#include file="_footer.asp"-->
135
</body>
136
</body>
136
</html>
137
</html>
137
<%
-
 
138
Call Destroy_All_Objects
-
 
139
%>
-
 
140
138