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

save web page while exiting the page

I have done coding for custmization of web page using drag and drop. After customization i need to save the change they made using javascript.please give some idea.

van2006
Newbie Poster
5 posts since Sep 2006
Reputation Points: 10
Solved Threads: 0
 

Can't be done in Javascript, at least not if you are not using Ajax. You must be using some kind of server side technology, yes? Use that to ship back data to the server so that the changes made by the client are persisted and shown to him next time he logs in your site.

~s.o.s~
Failure as a human
Administrator
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
 
Can't be done in Javascript, at least not if you are not using Ajax. You must be using some kind of server side technology, yes? Use that to ship back data to the server so that the changes made by the client are persisted and shown to him next time he logs in your site.


Yes I agree. But I am not storing the data. Data in the table should be dynamic. i need to store the position of the table.The best example is igoogle. We can custamize the table.Can we do using javascript cookies.cookies stores the position .

van2006
Newbie Poster
5 posts since Sep 2006
Reputation Points: 10
Solved Threads: 0
 

Yes, cookies can store any kind of textual data, if that's what you are looking for.

~s.o.s~
Failure as a human
Administrator
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You