Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 170... Line 170...
170
    newitem.add variableName, Request.QueryString(variableName)
170
    newitem.add variableName, Request.QueryString(variableName)
171
next
171
next
172
 
172
 
173
'Return the object
173
'Return the object
174
Response.Write oJSON.JSONoutput()
174
Response.Write oJSON.JSONoutput()
-
 
175
Set oJSON = Nothing
-
 
176
Call Destroy_All_Objects
175
%>
177
%>