wwHttp.encodeFormVars

Creates a URL encoded string of all the form variables for a given form on the page.

Pass in the name of the form to parse. If the formname is omitted document.forms[0] is used.

o.encodeFormVars(FormVars,NoViewState)

Parameters

FormVars
The name of the form to parse. If not passed document.forms[0] is used.

NoViewState
If true ViewState, EventValidation variables are skipped. Since these can be rather large and you may not need them on the server these can be explicitly excluded.

See also:

Class wwHttp


  Last Updated: 9/16/2006 | © West Wind Technologies, 2008