home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / webobjects / extensions / win-nt / WOPerl-lite-10e7.exe / Examples / WOPerl / CyberWind / Main.wo / Main.wod < prev    next >
Encoding:
Text File  |  1996-08-09  |  396 b   |  20 lines

  1. /*
  2.  * Main.wod
  3.  *
  4.  * You may freely copy, distribute and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or implied, as to
  6.  * its fitness for any particular use.
  7.  *
  8.  * Written by Nico Popp
  9.  *
  10.  */
  11.  
  12. OPTIONS:WORepetition {
  13.     list = options; 
  14.     item = option;
  15. };
  16.  
  17. OPTION:WOHyperlink {action = chooseOption};
  18. NAME:WOString {value = option};
  19. FOOTER:Footer {};
  20.