Copy some html,with input boxes?
Posted: Wed Mar 21, 2007 1:35 pm
Say I have:if I use abc.innerHTML, I won't get the new value for the text field (if changed by the user). What would be the best way to accomplish fetching the new value to "properly" copy the HTML?
Thanks...
Code: Select all
<div id="abc"> <input type="text" name="myname" value="TEST"></div>
Thanks...