home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / con2v766.zip / colore01.zip / includes / net / asp.hrc next >
Text File  |  2000-03-10  |  726b  |  32 lines

  1. <!--
  2.     Active Server Pages
  3. With Help of:
  4.     cail: yea - it really cool - i've wrote it - and
  5.           i don't understand how it works :)
  6. -->
  7.  
  8. <include name="includes/net/html.hrc">
  9.  
  10. <include name="Includes/Net/AspJS.Hrc">
  11. <include name="Includes/Net/AspVB.Hrc">
  12. <include name="Includes/Net/AspPS.Hrc">
  13.  
  14. <!-- Main ASP -->
  15.  
  16. <Scheme Name="AspJS">
  17.    <Include Scheme="AspJSInclude">
  18.    <Include Scheme="Html4AspJS">
  19. </Scheme>
  20.  
  21. <Scheme Name="Asp">
  22.    <!--  Default - Visual Basic  -->
  23.    <Include Scheme="AspVBInclude">
  24.    <Include Scheme="Html4AspVB">
  25. </Scheme>
  26.  
  27. <Scheme Name="AspPS">
  28.    <!-- Perl Script variant -->
  29.    <Include Scheme="AspPSInclude">
  30.    <Include Scheme="Html4AspPS">
  31. </Scheme>
  32.