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

  1. <%@ LANGUAGE = JScript %>
  2.  
  3. <% 
  4.     Response.ContentType = "text/html";
  5. %>
  6.  
  7.  
  8. <HTML>
  9.     <HEAD>
  10.         <TITLE>ContentType Sample</TITLE>
  11.     </HEAD>
  12.  
  13.     <BODY BGCOLOR="White" topmargin="10" leftmargin="10">
  14.  
  15.         <!-- Display Header -->
  16.  
  17.         <font size="4" face="Arial, Helvetica">
  18.         <b>ContentType Sample</b></font>
  19.       
  20.         <hr size="1" color="#000000"><p>
  21.  
  22.         We have explicitly identified this page with
  23.         the "text/html" MIME type.
  24.  
  25.     </BODY>
  26. </HTML>
  27.