The most important part for the developer of the page is to set the
correct html source page. As per the E-mailer application, the html
source will be defined as shown below. If an html source page is not
defined by the developer, the data will be merged with the same form and
the page user 'won't go anywhere', so to speak. The page we will 'bounce'
to is helpBounce2.jsp.
<input type="hidden" name="html_source" value="http://chico.nss.udel.edu/mailto/helpBounce2.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 helpBounce2.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.
|