I'm trying to do an ASP page where if a item is new, it will come up on a web page with a 'new' image next to the link to the item. This will be fired off the database which has a field called newflag which is 1/0 for on or off. And once user clicks to view the item then the flag will turn off the 'new' image and replace it with a 'blank' image.
Also with this I have a field called activeflag that is also 1/0. I want the link to the item to show on the page until the user clicks a 'minus sign' image which will clear the link off the page but not delete the record just the link on that page.
Any help is appreciated.
Also with this I have a field called activeflag that is also 1/0. I want the link to the item to show on the page until the user clicks a 'minus sign' image which will clear the link off the page but not delete the record just the link on that page.
Any help is appreciated.