I would like to make an automatic copy of a div content from page 1 an paste it in a div on page 2 ? What\'s the best, easiest way to achieve this ?
I think the easiest way to do this is using an Iframe. YOu just view the contents of page1 and display it at page2.
A quick example:
This is one 'simple' solution. But ofcourse there are other methods. This solution is easy because you don't need jquery.