I've made a simple shopping cart using a 2D array. However, I can't get the Delete and Modify quite down. I want to be able to delete and item by click on a hyperlink and thought I could use arrayDeleteAt but of courese, you can't reference a function in a hyperlink. Any suggestions.