Writes the form header to the output. Call this method first to properly begin the form HTML. This creates a POST type request to the specified submitURL.
Writes the form header to the output. Call this method first to properly begin the form HTML. This creates a POST type request to the specified submitURL.
public virtual void writeHeader(string)
Writes the form header to the output. Call this method first to properly begin the form HTML. This creates a POST type request to the specified submitURL. Hidden "login_name" and "login_hash" parameters are added to the form for the specified userProps.
public virtual void writeHeader(string,Props)
HTMLFormWriter Class | com.neokernel.httpd Namespace