How to change visited links into unvisited links when something changed
问题 Is there any way to make a visited link back to unvisited without deleteing anything from hystory? I want to do that on a forum, when someone replies in a topic, it has to turn that topic link into unvisited. I am using this css: a.newold:visited {color:#999999;} a.newold:link {font-weight: bold;} and there is the list of topics: <a class="newold" href="read_topic.php?id=ID">TITLE</a> The thing is: When I click on a topic, it will be automatically updated as visited? I want something, (if is