Log in

View Full Version : How can we make a table created using java script permanent



infoanilps
11-24-2020, 02:27 PM
I have created a table using HTML and created a separate hyper link to add extra columns dynamically.
Now problem is that.. The changes are undone once the page get refreshed.
Please give me solution about what I have to do to make the changes made by java script on html table permanent??

molendijk
11-27-2020, 05:25 PM
You can't do that with javascript. It must be done at the server side. So try to use PHP.