websFormDefine -- GoAhead WebServer API
websFormDefine
GoAhead WebServer API
GoAhead EMF
Synopsis
Return an error message to the requesting browser
Prototype
#include "webs.h"
int websFormDefine(char_t *urlPrefix,
void (*formHandler)(webs_t wp, char_t *path, char_t *query));
Parameters
wp
Web server connection handle
urlPrefix
URL prefix to use when matching URLs for
this handler
formHandler
URL handler procedure
Description
The websFormDefine procedure is used to create a
GoForm