I have text box on 1.php like this
<input type="text" id="1" value="somevalue">
&
text box on 2.php like this
<input type="text" id="2" value="">
1.php and 2.php resides on single domain.
I want to get value of textbox1 into textbox2 using jQuery
How can I achieve this ?
Thanks
<iframe>?) Are they pre-populated? Also in HTML4 IDs can't start with a number :)http://mysite.com/1.phpright, that's the main page which is doing the loading of2.php?2.phpgenerated?