wwResponse::FormHeader

Creates a <FORM...> tag. Note you're responsible for creating the closing tag at the end of the form.

o.FormHeader(lcAction, lcMethod, lcTarget, lcExtraTags, llNoOutput)

"" or HTML if llNoOutput = .T.

Parameters

lcAction
Form submission URL.

lcMethod
Method to submit the form. POST by default if not passed.

lcTarget
Optional - target frame/window to send output to.

lcExtraTags
HTML Attributes to add to FORM tag.

llNoOutput
Return HTML as string

See also

Class wwResponse

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic