How to keep the current HTML content on my page after refresh? (which solutions are currently the most used?)
I have simple HTML page, and a JavaScript function that loads dynamically HTML controls in my page when a button is clicked. But, after refresh all those added controls are lost. How do I keep them after refresh?
Thank you