home *** CD-ROM | disk | FTP | other *** search
- /*
- * Main.wod
- *
- * You may freely copy, distribute and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to
- * its fitness for any particular use.
- *
- * This is the declarations file for the Main page of the
- * Visitors application.
- *
- */
-
- FORM: WOForm {method="POST";};
-
- NAME_FIELD:WOTextField {
- value = aName;
- };
-
- LAST_VISITOR:WOString {
- value = WOApp.lastVisitor;
- };
-
- VISITORS_NUM:WOString {
- value = WOApp.visitorNum;
- };
-
- SUBMIT_BUTTON:WOSubmitButton {
- action = recordMe;
- };
-