There are three practical ways to get data from a browser client to a web service: Query string parameters in a GET or a POST request. POST parameters. Raw POST data. The first two are fairly straightforward: A query string is the part of the URL that comes after the question mark. Post parameters (as [...]
Entries Tagged as 'OpenLaszlo'
November OpenLaszlo Newsletter
December 3rd, 2009 · 1 Comment
Tags: LZX Tips · OpenLaszlo
What’s DHTML Compilation Good For?
March 18th, 2009 · 4 Comments
OpenLaszlo allows you to compile applications to SWF8, SWF9 or DHTML. Recently I’ve heard people ask, “why would you want to compile an application to DHTML?” When you think about it, that’s not a silly question at all. Regardless of whether you compile an OpenLaszlo application to SWF or DHTML, you’ll have similar benefits and [...]
Tags: OpenLaszlo · RIAs