home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / response.asp < prev    next >
Text File  |  1996-09-20  |  300b  |  11 lines

  1. <HTML>
  2. <HEAD><TITLE>Response Object</TITLE></HEAD>
  3. <BODY>
  4. <H3>Response Object</H3><P>
  5. There are many ways to get information sent to a browser.<P>
  6. <OL>
  7. <LI> You can use HTML!
  8. <LI> You can use <%= "expressions" %>.
  9. <LI> You can use <% Response.Write "the Response object" %>.
  10. </BODY>
  11. </HTML>