home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / UseTableStream_test.asp < prev    next >
Text File  |  1997-10-25  |  594b  |  27 lines

  1. <%@ LANGUAGE = VBScript %>
  2. <%  Option Explicit     %>
  3.  
  4. <HTML>
  5. <HEAD>
  6. <META NAME="GENERATOR" Content="Microsoft Developer Studio">
  7. <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
  8. <TITLE>Java Component Samples: UseTableStream</TITLE>
  9. </HEAD>
  10. <BODY>
  11.  
  12. This Java class calls another Java class, HTMLTableStream, from within.<P>
  13. HTMLTableStream expects an OutputStream, and conveniently the Framework's Request object is one.<P>
  14.  
  15. <%
  16.  
  17.     Dim Obj
  18.  
  19.     Set Obj = Server.CreateObject("IISSample.UseTableStream")
  20.  
  21.     Obj.makeTable
  22.  
  23. %>
  24.  
  25. </BODY>
  26. </HTML>
  27.