Try this code
<form name="form1" action="(put either refresh in here or the page name)" method="post">
<input type="text" name="text1">
<submit>
<form>
<form name="form2" action="(put either refresh in here or the page name)" method="post">
<input type="text" name="text1" value="document.form1.text1.value">
</form>
Hope that helps you
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --