Good morning.
Is it possible to clone a div from a webpage to another page?
Example:
Access my system and go to the "list" page.
In this page list, I have a div with id="testCount".
On this same page I have a button that when clicked opens a new page, called "edit".
What I wanted to do was copy the content I typed into the "list" page and when I opened the "edit" page this content would appear on this new page.
Can you do that?
Thank you