#include "SaRnHtml.h"
int SaFormBegin(char* faction, char* fmethod);
faction
fmethod
SaFormBegin("http://cezanne/cgi-bin/tables/tables.cgi", NULL);will write:
<FORM ACTION="http://cezanne/cgi-bin/tables/tables.cgi" METHOD="post">to the output stream.