session handling using javascript and css

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Taiyab Hussain
    New Member
    • Oct 2011
    • 1

    session handling using javascript and css

    Hi everyone,
    I'm busy making a website using javascript and css. I have given option to select theme for the page. Now problem is that if page refresh then it comes back to the default page. I want if user select any theme it should be persist selected theme until next selection. If any one wants to share with me please welcome
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    you would have to save that setting in a cookie and on each page load read it again from there.

    Comment

    Working...