The problem with your solution is that all users see the same file properties. But some users have followed the link, while others have not.
There are two ways to mark links as "visited"
- The browser can keep track of visits. This is the normal way of doing it. The browser has a list of visited links, and an adjustable time limit on the period of life for each link.
- This is what cookies are for. The website keeps a cookie on each user's browser. This can be as simple as noting the last time the user logged out, or as complicated as keeping a set of links to visited links.
The problem with both of these is that they don't work across different computers. In both cases, the information is saved on the user's computer. A database for this on a server with a large client base would be prohibitively huge.
One other possibility for keeping the user straight on multiple computers is to use a briefcase system, and put the browser's history and cookie files in the user's briefcase.
Last edited by MidiMagic; Jan 22nd, 2007 at 4:26 pm. Reason: more info
Reputation Points: 730
Solved Threads: 181
Nearly a Senior Poster
Offline 3,314 posts
since Jan 2007