change menu item
I have an asp page with menu item labeled âSave registrationâ. What I want to do it, when I click on it, I want to change the menu label to changed to âRemove registrationâ and update a database table field to Save or Remove based on the menu item selected. This page is in classic asp and the menu items are common to all the pages.So if I need to refresh the page, I may need to save the current url with the querystring .Can you give me some options to do this?Thanks.
|