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 / HelloWorld / Main.wo / Main.wod < prev   
Encoding:
Text File  |  1996-08-09  |  110 b   |  10 lines

  1.  
  2. NAME_FIELD:WOTextField {
  3.     value = nameString
  4. };
  5.  
  6. SUBMIT_BUTTON:WOSubmitButton {
  7.     action = sayHello
  8. };
  9.  
  10.