In a form through text box user gives color code which has to be saved/changed in css file. when user again open the same page he has to get the last changed color
i am not talking about "document.styleSheets[1].cssRules" which changes stylesheet but after reshreshing changes will not affect. i want to save it in css file so that when user open the page again he has to get the last edited style sheet.