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 / ObjTclHello / Main.wo / Main.wod < prev   
Encoding:
Text File  |  1996-08-09  |  198 b   |  17 lines

  1.  
  2. NAME_FIELD:WOTextField {
  3.     value = nameString
  4. };
  5.  
  6. SUBMIT_BUTTON:WOSubmitButton {
  7.     action = sayHello
  8. };
  9.  
  10. EVAL:WOHyperLink {
  11.     action = evalPage
  12. };
  13.  
  14. MESSAGE:WOString {
  15.     value = whatever
  16. };
  17.