I have two input fields:
<input type="text" id="one" name="one" />
<input type="text" id="two" name="two" />
I want to make it so that whatever that's typed into id one will automatically be put into id two.
Any ideas on how to do this? Possibly javascript needed?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…