Linking two text boxes

liunx

Guest
Hi, <br />
<br />
<br />
Im trying to Link two text boxes text boxes in a form, ie when somebody enters a phone number in the first text form, it automatically enters itself in the second text box.<br />
<br />
hope you can help me<br />
<br />
thanks for any help<br />
<br />
regards<br />
<br />
rossi.<!--content--><form onsubmit="return false"><br />
<input type="text" onkeyup="this.form.copy.value=this.value"><br><br />
<input type="text" name="copy"><br />
</form><!--content-->i see, but what am i meant to do with it??<br />
<br />
need help peps please!<br />
<br />
:)<!--content-->You need to explain your request better.<br />
<br />
You asked for two text boxes where whatever you enter in the first box shows up in the second box as well. That is what I gave you. If you cut & paste my example into a web page, it will do exactly that.<!--content-->sorry, <br />
<br />
that was exactly what i needed.<br />
<br />
thankyou very much, i dont know where my head was yesterday.<br />
<br />
Rossi<!--content-->
 
Back
Top