#include "SaRnHtml.h"
int SaSelectBegin(char* ename, int multi, int size, char* elabel);
ename
multi
MULTIPLE
size
SIZE="size"
elabel
SaSelectBegin("OS", 1, 6, "Operating System");will write:
Operating System<SELECT NAME="OS" MULTIPLE SIZE="6">to the output stream.