mpnut
MIS
- Aug 27, 2003
- 242
I have an asp page that has multiple items listed. The user can click a submit button next to an item and that item will be added to a cookie. Then they can choose other items, and so on and so one. All of which get added to the cookie. Another frame shows the contents of that cookie (the items the user selected). What I need now, and can't figure out how to do, is to save the items that are in the cookie to a text file. Is there a way to do that? Seems like it would be simple enough, but i can't find anything on it.