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)

Return Value

"" 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, 1996-2022 • Updated: 09/10/01
Comment or report problem with topic