954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How can we make a table created using java script permanent

I have created a table using HTML and created a seperate 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??

hemanth.c
Newbie Poster
1 post since Oct 2011
Reputation Points: 10
Solved Threads: 0
 

If you must use JavaScript to create, then you may use Cookies to keep the variables needed to mark the state of creation. If you read it from the database, you simply reread the data from the database when you render the HTML.

Taywin
Posting Virtuoso
1,727 posts since Apr 2010
Reputation Points: 229
Solved Threads: 239
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: