#! /usr/local/bin/regina
/* displays a very simple form */
/*-----------------------------------------------------------------*/
call setdll /* loads the HHNS shared library */
call CgiInit "TITLE='A simple form' BGCOLOR=FFFFFF"
say frmHdr("r21_sampform.cgi")
/*--- this will generate the Submit and Reset buttons ----*/
say "the name and password will be held in REXX Variable 'his_name' and 'his_pwd'."
call cgiEnd
Back Home