Hi
I have a form on one page, that successfully passes text from a form page to another. With the code below, I can successfully process this information.
<FORM NAME="formname">
<form action=""><b>process: </b><input id="processme" NAME="textname" type="text" size="20"><input value="Submit"...