KEY 0,6 OPT {TAG:OPTION NAME="dropitem" VALUE="dropvalue"} Displays the dropitem name in the list, VALUE is submitted to the CGI application
KEY 0,7 DOPT {TAG:OPTION NAME="dropitem" VALUE="dropvalue" SELECTED} Displays the dropitem name as the default in the list, VALUE is submitted to the CGI application
KEY 0,8 OPT2 {TAG:OPTION NAME="listitem" LISTVALUE="dropvalue"} Displays the dropitem name in the multiple select list, VALUE is submitted to the CGI application
KEY 0,9 DOPT2 {TAG:OPTION NAME="listitem" LISTVALUE="dropvalue" SELECTED} Displays the dropitem name in the multiple select list as the default selection, VALUE is submitted to the CGI application
KEY 1,0 /SLCT {TAG:/SELECT} Ends a Drop-Down List
KEY 1,1 RAD {TAG:INPUT TYPE="radio" NAME="buttonname" VALUE="value"} Provides a Radio Button
KEY 1,2 RAD2 {TAG:INPUT TYPE="radio" NAME="buttonname" VALUE="value" CHECKED} Provides a Pre-Selected Radio Button
KEY 1,3 TEXT {TAG:TEXTAREA NAME="label" ROWS="n" COLS="n"} Provides a Text Entry box or n rows high and n columns wide
KEY 1,4 /TEXT {TAG:/TEXTAREA} Ends a Text Entry Area
KEY 1,5 PSWD {TAG:INPUT TYPE="password" NAME="label" MAXLENGTH=n} Creates a Password Entry area where n determines the maximum number of characters allowed