On page 1, I have a div containing information.
div
And on page 2, I have a form
form
You mean some thing like this ?
$("#submit-info").click(function() { var content = $("#new-info").text(); $("#information").html(content); });
If you thing about server side, tell more about technology, which you use.