14.7.3.1 Parsing Forms with SANDCALL - Continued

We ran our previous example against a URL with a form:

Netscape: Untitled

File Edit View Go Communicator
Location:
Enter URL:

Results:


Form id: 384aea953a
Method: post
Url: https://docs.thunderstone.com/texis/demos/message/dbexam.html

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):

Back: Parsing Forms with SANDCALL Next: Parsing Forms with SANDCALL - Continued
Copyright © 2024 Thunderstone Software LLC. All rights reserved.