SynopsisDetermine if the web server connection handle is still open. Prototype#include "webs.h" int websValid(webs_t wp); Parameters
DescriptionThe websValid procedure returns TRUE if the web server connection handle is valid. This is useful for code which runs after an ASP or Form procedure that may close the connection by calling websError. Return ValuePointer to a statically allocated string. Do not call bfree. Exampleif (websValid(wp)) { websWrite(wp, "More output"); } Stability ClassificationStable. See AlsoActive Server Pages, GoForms, websDone, websFooter, websHeader, websWrite |