I am developing a web based music inventory system. I need the capability to create music lists. currently I am using ASP to display the music from the database into an HTML Table. In the last column(<td>) of the table I have a anchor tag called "Add to List". I would like to store the information that is in the current row into a cookie when the user clicks the "Add to List" anchor. The problem is that I don't know how to get the information for the current row to store it in a cookie. Any Suggestions?