|
So, for an example we will fill out some fields on this page, including
the mailto and replyto fields, and send the results to ourselves in a
clear and concise manner.
The file that we will use as the alternative html source will be specified
like so:
<input type="hidden" name="html_source" value="http://chico.nss.udel.edu/mailto/helpSourceShort.jsp">
helpSourceShort.jsp
The glue that ties the two pages together to make this work are the form field
names. Check out the source of this page and helpSourceShort.jsp and you
will notice that the field names are identical. It doesn't matter that some
fields on this page are radio buttons and the corrosponding fields on the
other page are text boxes. It only matters that the 'name=xyz' are
case sensitive identical.
|