Hi,
If I have 2 forms on a page is it possible to make whatever is typed into one text box in one form appear in another?
eg
<form method="post" action="thispage.asp">
<input type="text" name="ClientName" onkeypress...>
</form>
<form method="post" action="thatpage.asp">
<input type="hidden" name="TheClientName">
<input type="submit" value="Go">
</form>
Thanks very much
Ed
If I have 2 forms on a page is it possible to make whatever is typed into one text box in one form appear in another?
eg
<form method="post" action="thispage.asp">
<input type="text" name="ClientName" onkeypress...>
</form>
<form method="post" action="thatpage.asp">
<input type="hidden" name="TheClientName">
<input type="submit" value="Go">
</form>
Thanks very much
Ed