In HTML5 Builder, how can I change the data transfer method of a form, from POST to GET? (I need my pages to have different addresses, but they all come as unit1, though have different content. In generated HTML - the form method defined as "POST". How to change it for GET (command line parameters)?
↧