home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / APCHSSL2.ZIP / OS2HTTPD / public / htdocs / gsp / simple_include.gsp < prev    next >
Encoding:
Text File  |  1998-10-03  |  157 b   |  9 lines

  1. this is a simple include file.
  2.  
  3. <java type="class">String BAR = "this is BAR";
  4. </java>
  5. <java type="code">
  6.     out.println("set BAR to "+BAR+"<br>\n");
  7. </java>
  8.  
  9.