Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 200... Line 200...
200
  </tr>
200
  </tr>
201
<%=objPMod.ComposeHiddenTags()%>
201
<%=objPMod.ComposeHiddenTags()%>
202
<input type="hidden" name="action" value="true">
202
<input type="hidden" name="action" value="true">
203
</form>  
203
</form>  
204
</table>
204
</table>
205
<!-- FOOTER ++++++++++++++++++++++ -->
205
<!-- FOOTER -->
206
<!--#include file="_footer.asp"-->
206
<!--#include file="_footer.asp"-->
207
<!-- +++++++++++++++++++++++++++++ -->
-
 
208
</body>
207
</body>
209
</html>
208
</html>
210
<%
-
 
211
'------------ RUN AFTER PAGE RENDER -----------
-
 
212
Set objPMod = Nothing
-
 
213
'----------------------------------------------
-
 
214
%>
-
 
215
<!--#include file="common/destructor.asp"-->
-
 
216
209