We ran our previous example against a URL with a form:
Results:
Name: comment Type: TEXTAREA User Values: Name: onlyme Type: CHECKBOX User Values: 1 Name: action Type: SELECT User Values: Add new Record,Search the records,List all records,Delete my messages Name: Type: SUBMIT User Values: go Fetch it
We see the form variables and their possible values, all neatly parsed into our tables.
If we click on the "Fetch it" link, we can use our table data to automatically submit this form, in our <submitform> function (next page):