
March 21st, 2003, 11:00 AM
|
 |
meester luva luva
|
|
|
|
|
sorry... use
<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>
made a naming mistake in the first one
|