<!-- m --><a class="postlink" href="http://www.javascriptref.com/examples/ch10/10-310.htm">http://www.javascriptref.com/examples/ch10/10-310.htm</a><!-- m -->
In the link above, when I insert a new text node(i.e. <p>text<p>) into another html element (i.e. paragraph, div...etc), I could not see any new text node being added into html, although I could see change in browser.
Now, my question is: Assume a input form is inserted that is no visible in html source. If a user then type something and submit it to server, will the newly added input form be visible to the server?
In the link above, when I insert a new text node(i.e. <p>text<p>) into another html element (i.e. paragraph, div...etc), I could not see any new text node being added into html, although I could see change in browser.
Now, my question is: Assume a input form is inserted that is no visible in html source. If a user then type something and submit it to server, will the newly added input form be visible to the server?