The [web_request->params] method returns a [tie] of the query and POST parameters passed by the client to the web server. Each element in the tie is a pair of name=value.
web_request->params
The code below displays the value of the POST and query parameters as sent by the client in a <form> submission. For this example, only one post parameter was sent to the web server and the URL called was http://www.example.com/test.lasso?id=1&type=3.
Code
web_request->params
Result
(id = 1), (type = 3), (name_first = Rhino)
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 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments