Subversion Repositories DevTools

Rev

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

Rev 5590 Rev 5957
Line 76... Line 76...
76
If CBool(Request("action")) Then
76
If CBool(Request("action")) Then
77
	If objForm.IsValidOnPostBack Then
77
	If objForm.IsValidOnPostBack Then
78
		Call AddViewUser()
78
		Call AddViewUser()
79
		If objEH.Finally Then
79
		If objEH.Finally Then
80
            Call ReloadParentWindow()    
80
            Call ReloadParentWindow()    
-
 
81
            Call Destroy_All_Objects
81
            Response.End
82
            Response.End
82
		End If
83
		End If
83
	End If
84
	End If
84
End If
85
End If
85
'----------------------------------------------
86
'----------------------------------------------
Line 271... Line 272...
271
<%
272
<%
272
'------------ RUN AFTER PAGE RENDER -----------
273
'------------ RUN AFTER PAGE RENDER -----------
273
Set objFormCollector = Nothing
274
Set objFormCollector = Nothing
274
'----------------------------------------------
275
'----------------------------------------------
275
%>
276
%>
-
 
277
<!-- DESTRUCTOR ------->
276
<!--#include file="common/destructor.asp"-->
278
<!--#include file="common/destructor.asp"-->