Javascript populating section on page based on cookies
I have a page that uses asp to provide a list of items. I want to create a server side include that when I click on an item it adds the item to a list of cookies, save the list, and then displays the list in another section on this same page in another table.
I have figured out that javascript can save cookies with out refreshing the page unlike asp. I don't know how I will be able to populate the cookie data into another section of a table. It will be like a chart on the right/left side of a web page that displays all the items I have in my cookie. Do I need to create a form in this table section and then somehow populate it?
Thanks for any help/advice you give.