You need to use script and write custom code, provided your host/server
supports the script language you want to use.
In general, you pass info fromm forms to other pages using POST or GET
methods specified in the form.
On your processing page, you grab the submitted data from the form
collection for POST or querystring collection for GET.
...PC