Lasso Soft Inc. > Home

[Client_FormMethod]

[Client_FormMethod] returns the method used to load the current page. Possible return values include GET and POST. Some Web servers might also send HEAD requests on to Lasso.

  • Syntax
  • Parameters
[Client_FormMethod]
Examples

To display the GET or POST parameters depending on what type of method was used to load the current page:

Use the [Client_FormMethod] tag to check what method was used to load the current page and the [Client_GetArgs] or [Client_PostArgs] tags to retun the parameters.

[If: (Client_FormMethod) >> 'GET']
  <br>[Client_GetArgs]
[Else: (Client_FormMethod) >> 'POST']
  <br>[Client_PostArgs]
[/If]
Tag Link [Client_FormMethod] Category Client
Type Substitution Data Source Any
Support Preferred Version 5.0
Output Type String Security None
Implementation LDML Sets Lasso 7.0, Lasso 6.0, Lasso 5.0

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft