hi all
is this possible
if i have 2 forms on a page
<form>
<input type="text" name="form1" value="hello"/>
</form>
<form>
<input type="text" name="form2" value=form1/>
</form>
i want to put the value from form 1 into form 2 when the page is loaded. so when the page is in a broswer it'll have 2 input boxes both saying hello
can someone show me how to do this
many thanks
is this possible
if i have 2 forms on a page
<form>
<input type="text" name="form1" value="hello"/>
</form>
<form>
<input type="text" name="form2" value=form1/>
</form>
i want to put the value from form 1 into form 2 when the page is loaded. so when the page is in a broswer it'll have 2 input boxes both saying hello
can someone show me how to do this
many thanks